These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for HIGH CPU Usage bu USER for PHP55-w on the new forum.
Hi,
I have php5.5 on a system (installed using the official documents of virtualmin for multiple php)
recently my vps company suspended my account due to high cpu load averages These are average limits 13.58, 9.61, 6.47
the command for process is /usr/bin/php55-cgi and its coming from the 1 user only which is main host of my virtualmin.
Is there any solution? like limiting the CPU USAGE for a USER?
Regards
p.s.I am using fcgid
Howdy,
That can be a tricky problem to track down, as it sounds like something your website is doing is causing high CPU usage.
What website software is your server running?
If it's something like WordPress, Joomla, or Drupal, it could be related to a plugin that the site is using.
You might also want to log into MySQL, and run "show full processlist" to see if there's any queries that are "large" that this user is repeatedly running.
-Eric