mleak
v0.1.7
Published
An add-on to capture memory leak.
Downloads
6
Maintainers
Readme
mleak
A node-addon to find out the leaks of GC-managed memory.
项目结构
使用 rust 和 cpp 编写,其中:
- 涉及和 node runtime 交互的部分使用 cpp 示例
- 其余部分使用 rust,比如上传采集的 heap-snapshot
- 内存管理方面,优先考虑在 rust 侧创建内存,通过参数传递到 cpp 侧 示例
功能
在应用运行期间,遇到 out of memory 时,对下面的信息进行 dump
- [x] heap stats
- [x] heap space stats
- [ ] heap snapshot 问题