http://www.perlmonks.org?node_id=986264


in reply to Re: Memory management with long running scripts
in thread Memory management with long running scripts

Thank you Athanasius. By using Test::LeakTrace I was able to find some old modules that were leaking:

So I've made some progress. The scripts used to need to be restart ~10 times per day, now they are down to <5.

  • Comment on Re^2: Memory management with long running scripts

Replies are listed 'Best First'.
Re^3: Memory management with long running scripts
by Anonymous Monk on Aug 08, 2012 at 13:24 UTC
    I kinda doubt those modules are actually leaking all that much