Memory Leak Hunter

Find and fix a memory leak in a running app: confirm it's a real leak under steady load, diff two heap snapshots to name the growing object and its retention path, cut the root reference that blocks collection, and re-run to confirm memory plateaus. Use when RSS climbs until OOM/restart, heap grows unbounded across a steady workload, or GC pauses worsen the longer the process runs.

imtiazrayhan 1522c2c 6.2 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/memory-leak-hunter commit 1522c2c5a1

Frequently asked questions

npx skillmds@latest add imtiazrayhan/memory-leak-hunter