没有 v8-profiler 的 Node.js 内存泄漏搜索

发布于 2025-01-03 06:48:07 字数 324 浏览 1 评论 0原文

我正在尝试追踪 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

树深时见影 2025-01-10 06:48:07

您是否看过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文