HTTPD eating all RAM

2001-08-14 Thread Mike P. Mikhailov
Hello modperl, 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

RE: HTTPD eating all RAM

2001-08-14 Thread
I would imagine that this is more related to Embperl and your code than it is to mod_perl. Check out the Embperl docs to find out how to get debugging info turned on. I've used it in the past and found it quite useful. Mike P. Mikhailov [EMAIL PROTECTED] wrote: Hello modperl, I'm useing

Re: HTTPD eating all RAM

2001-08-14 Thread Perrin Harkins
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