Devel::MAT Differential Memory Leak Analysis with Devel::MAT A look at a slow memory growth case and how recently-added features in Devel::MAT version 0.38 can help get to the bottom of it. Slow Growth Over Time Given a process that grows a small amount of memory over time, it can
Devel::MAT Tracing Perl memory leaks with Devel::MAT, part 2 In the previous article we took a first look at how to use Devel::MAT to help find the reason why a perl process kept using more and more memory.
Devel::MAT Tracing Perl memory leaks with Devel::MAT, part 1 The `Devel::MAT` ecosystem allows developers of perl programs to inspect and analyse memory-related problems such as memory leaks, unexpected memory consumption, or odd state.