apache loads over 90

I recently split database and web on two seperate servers. Even moved all "static" files to another to lower the load, but it didn't help.

Apache builds up processes and I have to deal with loads over 90, at times even over 120. I am playing with my options, but nothing helps really.

Hardware:
Xeon, 1Ghz
1 GB RAM
80 GB IDE HDD

Apache:
Code:
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 7
MaxSpareServers 13
StartServers 7
MaxClients 256
MaxRequestsPerChild 50

Thanks,
Till

 

 

 

 

Top