Debugging memory leaks with Node.js server

后端 未结 1 1548
小鲜肉
小鲜肉 2020-12-16 03:25

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?

1条回答
  •  萌比男神i
    2020-12-16 03:40

    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 讨论(0)
提交回复
热议问题