I have this settings:
<IfModule mpm_prefork_module>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
ServerLimit 1250
MaxClients 1250
MaxRequestsPerChild 1500
</IfModule>
Is possibile that with a 5-10 settings for Min/Max Servers when i do top, there are tons of apache 2 processs??
Shouldn't they be only between 5-10? Just look at the 260 process sleeping O_O (d*mn apache)
Click http://img200.imageshack.us/img200/3285/senzatitolo1iw.jpg
Edit1:
After 30min of up here a screen of top:
Click: http://img816.imageshack.us/img816/1645/immagineov.png
After 24hours of UP (top orderer for MEM usage)
Thanks for any explanation
(debian 6, lamp, 4gb ram)