Re: Re: guidance on how to track down crazy apache processes

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

 



Try using the worker model. You can limit the process with multiple threads.
Thanks
Arnab

On Wed, Aug 12, 2009 at 2:10 PM, Nicholas Sherlock <n.sherlock@xxxxxxxxx> wrote:
Timothy Martin wrote:
Anyway, despite having the prefork mpm set with a limit of 6, my watchdog process (monit) will report process count shooting  up over 50. I can't figure out how apache is letting itself get so many processes spinning out of control. Monit then restarts the server and everything is fine again until the next surge of page requests.

my Prefork MPM is setup as such:
      StartServers            3
       MinSpareServers         3
       MaxSpareServers         6
       MaxClients                      80
       MaxRequestsPerChild     2500

MaxSpareServers is the maximum number of *spare* servers, that is, servers that are not serving clients but are instead sitting there doing nothing. MaxClients is the parameter which controls the maximum number of (busy or idle) Apache processes.

Cheers,
Nicholas Sherlock


---------------------------------------------------------------------
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