/etc/httpd/conf/httpd.conf
to play around with the server settings. These are the current settings I have on my file:
StartServers 8
MinSpareServers 7
MaxSpareServers 13
MaxClients 100
MaxRequestsPerChild 50
StartServers 2
MaxClients 100
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild 20
MaxRequestsPerChild 0
I need to know what the default settings should be and if I made a mistake in changing these numbers, can anybody suggest better numbers here. Not to mention, my server is still slow and I see CPU usage is always 99.9% but server load is only in the 10s.
Thanks!