Nick Kew <[email protected]> writes:

> On 20 Nov 2009, at 09:59, Peter N Lewis wrote:
>> I already have:
>> 
>>    MaxRequestsPerChild   1000
>
> That's ridiculously low!

Which might be part of the problem.  After only handling 1000 requests,
a child process will /start/ to exit - but it can't really go away until
all its current requests have completed.  So if this is happening too
often, you can end up with a lot of "extra" child processes waiting for
requests to complete, and tying up memory.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to