One of my servers is crashing everyday due high load caused by some httpd process that take all memory
This is a top out just a few minutes after restart apache:
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
5501 nobody 22 0 41900 40M 7256 R 11.0 2.0 0:29 2 httpd
5472 nobody 25 0 116M 115M 7412 R 9.1 5.7 0:39 1 httpd
5499 nobody 25 0 90108 87M 7388 R 9.1 4.3 0:33 1 httpd
5507 nobody 16 0 11416 10M 6960 R 5.3 0.5 0:19 0 httpd
5508 nobody 15 0 13140 12M 8112 S 5.3 0.6 0:22 3 httpd
5513 nobody 16 0 14772 13M 7668 R 3.0 0.6 0:15 1 httpd
6183 nobody 16 0 7912 7456 4384 R 2.8 0.3 0:00 0 httpd
6001 nobody 16 0 9516 9060 5588 R 2.5 0.4 0:07 2 httpd
5473 nobody 16 0 11200 10M 7184 R 2.3 0.5 0:17 0 httpd
5943 nobody 16 0 9928 9472 6024 R 2.1 0.4 0:05 1 httpd
...
normal httpd process are ~10mb, but some start taking all available memory (40mb, 115mb, 87mb ...) until server crash.
Some idea to found a solution to this and why some httpd process start taking all memory?



LinkBack URL
About LinkBacks
Reply With Quote








