Sunday, May 4, 2014

How-to: Heap Snapshots and Handling Node.js Memory Leaks

Node memory leaks happen. Usually they occur in production where processes experience the weight of their purpose and a mandate for up time. Thankfully, the core of Node is becoming more and more resilient to leaks. However, between our code and the modules we include, leaks still happen and it’s good to be prepared to handle them ...  More Info


2 comments: