in reply to Massive Perl Memory Leak
Working code is always preferable to pseudo-code.
But...does it make any difference if you don't use Data::Dump::dump()? Eg. Just print the hash rather than dumping it. My though is that is may not be thread-safe and is accumulating internal data (say, for circular reference detection) that isn't being cleaned up or is getting replicated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Massive Perl Memory Leak
by wagnerc (Sexton) on Jun 11, 2007 at 18:08 UTC | |
by BrowserUk (Patriarch) on Jun 11, 2007 at 18:22 UTC |