>>>>> "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
performance tuning guide and Stas' mod_perl guide on how to reduce
memory consumption.  Basically, when you have complex mod_perl
operations going in, you want to offload non-mod_perl related tasks
(images, static content) to other servers.

Reply via email to