On Tue, 14 Aug 2001, Mike P. Mikhailov wrote:
>   I'm useing Apache/1.3.12 (Unix) mod_perl/1.25 Embperl 1.3b7 under RH
>   7.0. From request to request size of the httpd grows and eat all
>   available RAM. Daemon run under -X option. My question is:
>   
>   how can I find out which exactly variable are eating RAM ?
> 
>   I'm absolutely sure that I'm not useing global variables.

You should read the guide at http://perl.apache.org/guide/ for more info
on memory growth.  Some growth over time is normal and you might want to
use Apache::SizeLimit to control it.

- Perrin

Reply via email to