Runaway Apache process
Every couple of days a get a httpd process that just will not die
normally, if I let it run it eventually eats up all time on the cpu.
I've tweaked the tuneing parms in the httpd.conf, but I seem to be
missing something.
Can anyone suggest a way to prevent this from happening?
Here is the section I've been changing.
ServerLimit 32
ThreadLimit 64
StartServers 10
MaxClients 150
#Added by Adam Asay 030805
MinSpareThreads 25
MaxSpareThreads 100
ThreadsPerChild 25
MaxRequestsPerChild 5000
The server serves about 200,000 requests a day if that s any.
|