Re: horrible memory consumption

2000-01-26 Thread Doug MacEachern
have a look at the Apache::Status in the cvs tree, there are hooks into B::TerseSize which is used to measure Perl memory usage. On Wed, 19 Jan 2000, Jason Terry wrote: Is there a way I can tell where my memory usage is going in an Apache child? I have a server that starts with acceptable

Re: horrible memory consumption

2000-01-20 Thread Vivek Khera
"JT" == Jason Terry [EMAIL PROTECTED] writes: JT Is there a way I can tell where my memory usage is going in an JT Apache child? I have a server that starts with acceptable JT numbers, but after a while it turns into this It would probably be best if you started by reading through the

Re: horrible memory consumption

2000-01-20 Thread Stas Bekman
Is there a way I can find out where all this RAM is being used. Or does anyone have any suggestions (besides limiting the MaxRequestsPerChild) If anyone knows how to figure out shared vs not shared memory in a process on Linux, I'd be interested in that too...and it sounds like Jason

horrible memory consumption

2000-01-19 Thread Jason Terry
Is there a way I can tell where my memory usage is going in an Apache child? I have a server that starts with acceptable numbers, but after a while it turns into this Server Version: Apache/1.3.9 (Unix) mod_perl/1.21 PHP/3.0.12 mod_ssl/2.4.4 OpenSSL/0.9.4 Redhat Linux: 2.2.13 PID USER

Re: horrible memory consumption

2000-01-19 Thread Cliff Rayman
check out the following sections in the guide: http://perl.apache.org/guide/performance.html#Memory_leakage http://perl.apache.org/guide/debug.html#How_can_I_find_if_my_mod_perl_sc http://perl.apache.org/guide/performance.html#Limiting_the_resources_used_by_h