I\'m writing a simple cms in Node.js, Express and MongoDB. I\'m planning to run a different Node.js process for every site. The problem is that after startup the process takes a
The links below may help you to understand and detect memory leaks (if they do exist):
Debugging memory leaks in node.js
Detecting Memory Leaks in Node.js Applications
Tracking Down Memory Leaks in Node.js
These SO questions may also be useful:
How to monitor the memory usage of Node.js?
Node.js Memory Leak Hunting