Rackshack dual xeon w/o HT, load issues
I'm having issues with my dual xeon.Currently hosting 10 domains only, with 2 of the domains that use alot php/mysql
# free
shows 250-750 memory free.
# ps -ef | grep -c httpd
shows 27-40
# ps -ef | grep -c mysql
shows 10-20
# top -c
shows:
4489 nobody 15 0 19164 18M 13140 S 7.3 2.0 0:11 httpd
31563 nobody 12 0 24728 23M 13164 S 5.7 2.7 0:45 httpd
31591 nobody 10 0 19172 18M 13172 S 5.7 2.0 0:34 httpd
6022 nobody 10 0 16496 15M 13140 S 4.5 1.7 0:02 httpd
6200 nobody 14 0 18096 17M 12912 S 4.5 1.9 0:03 httpd
6509 nobody 10 0 15732 15M 12912 S 3.7 1.7 0:00 httpd
31578 nobody 14 0 19112 18M 13160 S 3.1 2.0 0:25 httpd
31623 nobody 9 0 19916 19M 13172 R 3.1 2.1 0:32 httpd
6034 nobody 10 0 18536 17M 12944 S 3.1 2.0 0:04 httpd
31557 nobody 11 0 20404 19M 13092 S 2.9 2.2 0:34 httpd
31620 nobody 9 0 19436 18M 13104 S 2.7 2.1 0:11 httpd
I disabled persistant connections in php.ini, and set httpd.conf to the following:
Timeout 300
KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 5
MaxSpareServers 10
StartServers 5
MaxClients 300
MaxRequestsPerChild 0
my.cnf is almost empty, only:
[mysqld]
set-variable = max_connections=500
I would really appreciate it if someone could help, especially if you have the same box.
Thanks again!
Eric