HeapScope is a local, evidence-driven memory diagnostics toolkit for Ruby. It helps identify object retention, abnormal heap growth, allocation hot spots, long-lived objects, GC-surviving populations, and likely memory leaks in long-running Ruby processes — without claiming a leak unless evidence is strong.
Required Ruby Version
>= 3.1.0
Authors
theworker02