Apache 2 Memory & Load
Hi,I have a website serving videos (some 10MB or more) running on apache 2.0.46 and I have a lot of problems with apache.
It stars consuming swap memory and makes the system load go over 100 so I have to reboot the server oftenly.
The server in question is based on Plesk6 running on Redhat9, and I haven't loaded any aditional modules.
These are my apache defaults, compiled as prefork:
StartServers 4
MinSpareServers 5
MaxSpareServers 10
MaxClients 100
MaxRequestsPerChild 1000
Any help??