The post details the process of identifying and fixing a memory leak issue in a Node.js API deployed on Kubernetes. It discusses the investigation approach, including attempts to reproduce the issue locally, load testing in staging environments, and taking memory snapshots from production. The post highlights the use of tools

8m read timeFrom medium.com
Post cover image
Table of contents
How to find production memory leaks in Node.js applications?Issue reported ☣️Attempt #1: Try to reproduce locally ❌Attempt #2: Try to load test staging ❌Attempt #3: Taking memory snapshots from production 🎯Monitor changes in production 📈Conclusion 👨‍🎓
3 Comments

Sort: