On Aug 15, 2006, at 4:54 PM, Leo Lapworth wrote:
Just as a reference I run a big site which has processes which
start at about 30 MBs
but over tens of thousands of request do grow, I decided it was
better to spend the time
doing more coding than days of tracking down small memory leaks
(good to test for
large ones obviously).
So in our startup.pl we use SizeLimit:
use Apache::SizeLimit;
$Apache::SizeLimit::MAX_PROCESS_SIZE = 55000;
Yeah, I've got that running on my production box. I guess I just
expected MP to be smaller with all the optimizations.
i do need to track down my 12k memory leak though. that's killing me.