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


in reply to Re: memory usage and leakage
in thread memory usage and leakage

Good idea. I have not tried yet as our production perl is 5.10.0 and I cannot change that any time soon. Besides it seems the leak is in one of the modules I am using.

Replies are listed 'Best First'.
Re^3: memory usage and leakage
by mirod (Canon) on Jun 23, 2011 at 13:31 UTC
    The leak in Perl can show up in one of the modules. It happened to XML::Twig, I had a couple of reports that it was leaking, and when I looked into it, it turned out to be a Perl problem. updating Perl to 5.10.1 fixed the problem for everyone.
Re^3: memory usage and leakage
by Anonymous Monk on Jun 23, 2011 at 13:50 UTC