We have just put the
Apache::SizeLimit in place to try and cap the size of the processes however we
still seem to see processes that are larger than the limit we set any ideas on
why this would be ?
startup.pl
use
Apache::SizeLimit;
$Apache::SizeLimit::MAX_PROCESS_SIZE = 30000; # in KB, so this is 30MB
$Apache::SizeLimit::MAX_PROCESS_SIZE = 30000; # in KB, so this is 30MB
httpd.conf
PerlRequire
/usr/local/apache/modperl/startup.pl
PerlFixupHandler Apache::SizeLimit
PerlFixupHandler Apache::SizeLimit
Many
Thanks
Mike