Skip to main content

Excessive resource usage email

Comments

7 comments

  • Jcats
    218 hours seems a bit high, have to assume that process is stuck and can be killed off, just run:
    kill -9 17342
    If you keep getting more notifications of that process running for more than 1800 seconds I'd probably run a lsof on it:
    lsof -p PID
    and see if it provides any clues in terms of why its getting stuck, otherwise would open up a ticket with cPanel so they can look into why the process is running for so long.
    0
  • k4l4sh
    Thanks I will try out your advice and follow up here.
    0
  • cPanelMichael
    Hello @k4l4sh, Let us know if you have any additional questions. Thank you.
    0
  • k4l4sh
    Jcats reply seems to have fully solved the issue. Consider this solved, thanks!
    0
  • Usman_
    I am still facing this problem. Please advice Time: Mon Jun 4 15:43:16 2018 +0100 Account: kadunarevmatep Resource: Process Time Exceeded: 5431 > 1800 (seconds) Executable: /opt/cpanel/ea-php56/root/usr/bin/lsphp Command Line: lsphp PID: 8466 (Parent PID:8456) Killed: No
    0
  • rpvw
    Add the following line to your /etc/csf/csf.pignore
    pexe:/opt/cpanel/ea-php*/root/usr/bin/lsphp
    Save (or click Change if you are editing in the cPanel CSF gui) and then restart lfd
    0
  • Usman_
    Add the following line to your /etc/csf/csf.pignore
    pexe:/opt/cpanel/ea-php*/root/usr/bin/lsphp
    Save (or click Change if you are editing in the cPanel CSF gui) and then restart lfd

    Thank You. I appreciate
    0

Please sign in to leave a comment.