On Fri, May 28, 2010 at 7:00 AM, Nishikant Kapoor <nkap...@webrachna.com> wrote: > http://www.gossamer-threads.com/lists/modperl/modperl/101225, I came up with > the following sub to display the output but the memory usage continues to > build up without limit when web pages are rendered. Any suggestion/pointer > would be greatly appreciated.
There's discussion of the things that usually lead to memory growth in the online documentation. You probably need to find a request that you can repeat that causes growth, and then take things out of it chunk by chunk until you find the offending code. - Perrin