1

I have a godaddy VPS box with 4 GB RAM. It has only 1 website hosted with nearly 800-1000k hits perday. upon investigation i found that my cpu usage is some times goes above 100%. The below mysql process is the culprit. cpu-high-usage

Can some one help me. I have tried increasing open file limits but no luck

ujjawal
  • 95
  • 1
  • 11

1 Answers1

1

Enable page support for the VPS instance:

http://dev.mysql.com/doc/refman/5.5/en/large-page-support.html

Abhishek Dey
  • 1,601
  • 1
  • 15
  • 38