Skip to main content

MYSQL High CPU Usage

Comments

2 comments

  • wrender
    I think setting your query cache too high like you have might cause problems. Maybe try these settings (below)? Or also try disabling query_cache by setting it to "query_cache_size=0". This seem to work for us with MySQL 5.6 with cPanel 11.46.x From a lot of blogs I read apparently query_cache can cause more performance problems than it is worth. Not sure how true this is. I am not sure about how high you can set the table_open_cache. I have read that there can be negative scalability, but so far increasing it for us seems to have improved performance greatly. I have opened another thread for this, and hoping someone provides some advice on this soon. Also, this script seems to also be helpful :
    0
  • cPanelMichael
    Hello :) Feel free to let us know if the advice from the previous thread was helpful. You may want to let MySQL run for another 24 hours and run the tuner again. Thank you.
    0

Please sign in to leave a comment.