On Thu, 2006-06-22 at 11:20 -0700, Jay Buffington wrote:
I'm considering writing a PerlLogHandler that will print out the
memory usage (using GTop) before and after each request so I can find
the offending code path.
I wrote this script and it turned out to work very well. It's small,
so I inc
On Thu, 2006-06-22 at 11:20 -0700, Jay Buffington wrote:
> I'm considering writing a PerlLogHandler that will print out the
> memory usage (using GTop) before and after each request so I can find
> the offending code path.
That's what I would do. You could also keep track of the size in a
global