Loading...
Playbook
Systematic approach to finding and fixing memory leaks in containers.
Check Working Set Memory (K8s)
kubectl top pod <pod-name> --containersFind process Memory map
pmap -x <pid> | sort -rk 3 | head -n 20Node.js Heap Snapshot
node --inspect index.js
# Use Chrome DevTools to capture snapshot