How do we handle memory leaks in long-running Node.js processes?
Am working on project in which memory leaks happening, if you suggest any tools or strategies you find effective for memory management?
am using node express.
Thanks
I did some code reviews and use eslint to detect some leaks, as well use Memory Leak Detection Libraries like memwatch-next & heapdump but no luck.
New contributor
Juzer Hajoori is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.