beansbaxter
Verified User
I moved a few websites from one dedicated server to a new dedicated server. The new server is much faster than the old one and has much more memory. The old server ran fine, but server load started to get up there, so I wanted to distribute the website traffic to another server.
So the new server was setup (CentOS 5.9 with DA) and ever since moving a handful of the sites to the new server, the server load has been super high, in the 8 to 10 range, and httpd processes swells to 8GB causing Apache to take forever to load the websites.
When I restart the httpd service, the sites all load super fast again, but within minutes, the processes increase to over 8GB in just a matter of minutes, and again the server takes forever to load.
The old server was less powerful, but still capable, and yet never had this issue.
I added a MaxClients setting to the Apache config, set it to 450, and that made no difference. I've never had to add this setting before.
What else could be causing this?
Same sites working fine on one server were moved to this new server and I don't understand why I'm having this issue with Apache.
Any help or guidance to see what's going on or how to resolve this?
Thanks.
So the new server was setup (CentOS 5.9 with DA) and ever since moving a handful of the sites to the new server, the server load has been super high, in the 8 to 10 range, and httpd processes swells to 8GB causing Apache to take forever to load the websites.
When I restart the httpd service, the sites all load super fast again, but within minutes, the processes increase to over 8GB in just a matter of minutes, and again the server takes forever to load.
The old server was less powerful, but still capable, and yet never had this issue.
I added a MaxClients setting to the Apache config, set it to 450, and that made no difference. I've never had to add this setting before.
What else could be causing this?
Same sites working fine on one server were moved to this new server and I don't understand why I'm having this issue with Apache.
Any help or guidance to see what's going on or how to resolve this?
Thanks.