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 and log the URL every time the new size is more than N bytes larger than the previous one. - Perrin