En/na Stas Bekman ha escrit: > Francesc Guasch wrote: > >> Hi. I have a leak somewhere and I'm trying to find it >> using Apache2::Status. Individual usage of memory in
> Francesc, try to bracket your handlers for memory usage using this > approach: > http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/t/lib/TestCommon/MemoryLeak.pm?view=markup Thank you very much Stas, I did found the leak using it. It was because I forgot to load Apache::DBI, and a DBI handler copied inside an object in each request made the memory grow.