Re: Memory / Process leak

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nick Kew <nick@xxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux