Server Load Issue
Too high cpu loads from MySQL its around 900%
we have a 16 CPU 32 GB RAM but CPU MYSQL utilization is 900%
mysql version is 5.1
Please help me to solve this. This is my my.cnf file
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
-
Hello :) You can run a command such as "mysqladmin processlist" to get a better idea of which databases are using the most CPU. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment