没有 v8-profiler 的 Node.js 内存泄漏搜索
我正在尝试追踪 Node.js 应用程序中的内存泄漏。我尝试安装 v8-profiler 但它无法编译...它看起来像 死项目,很多人都在尝试使用,但遇到了同样的问题 - 几乎是从节点 0.3.2 开始,很久以前。
有谁知道在不使用 v8-profiler 的情况下查找 Node.js 应用程序中内存泄漏的方法吗?我让 Eclipse 运行且 V8 远程调试工作正常,但找不到查看内存使用情况/堆等的方法。
I'm trying to track down a memory leak in a Node.js app. I've tried installing v8-profiler but it will not compile... it looks like a dead project that a lot of people are trying to use but getting the same problem - pretty-much from about node 0.3.2 so quite a while ago.
Does anyone know of a way to hunt down memory leaks in a Node.js app without using v8-profiler? I have Eclipse running with the V8 remote debugging working but cannot find a way to see memory usage / heaps etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过 https://github.com/felixge/node-memory-leak-tutorial ?作者在自述文件中包含了一个指向 v8-profiler 的最新版本(4 月 11 日)的链接。
Have you looked at https://github.com/felixge/node-memory-leak-tutorial? The author includes a link in the Readme to a more recent (Apr 11) fork of v8-profiler.