开发者

Debugging memory leaks with Node.js server

开发者 https://www.devze.com 2023-02-08 18:27 出处:网络
We have a memory leak that is causing our Node server to run out of process memory. What are some suggestions / tools 开发者_运维技巧that would help us debug this?Are you running the latest and greate

We have a memory leak that is causing our Node server to run out of process memory. What are some suggestions / tools 开发者_运维技巧that would help us debug this?


Are you running the latest and greatest node.js v0.3.8?

But I believe you might be able to detect leaks with https://github.com/dannycoates/node-inspector.

0

精彩评论

暂无评论...
验证码 换一张
取 消