Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging memory leaks with Node.js server

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?

like image 959
Chetan Avatar asked Feb 07 '11 06:02

Chetan


1 Answers

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.

like image 105
Alfred Avatar answered Sep 28 '22 18:09

Alfred