Skip to main content

How to kill the process: Excessive resource usage

Comments

2 comments

  • andrew.n
    I don't think killing processes is a good idea. You should first investigate why is this happening. It might be absolutely fine. If you really want to "kill" processes I suggest you to suspend the account which will exist all the processes belongs to the user and then unsuspend it. You can also hire a professional sys admin from to help you investigate it further if needed.
    0
  • cPanelLauren
    This is indicating that the account noted is using over the threshold of 512mb of vmem (virtual memory) and it notes the php-fpm process as being the culprit. Identifying the cause rather than blindly killing a process is always the best move as suggested by @andrew.n
    0

Please sign in to leave a comment.