Announcement

Collapse
No announcement yet.

NPROC limit errors on Cloudlinux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • NPROC limit errors on Cloudlinux

    Hello,

    I have cloudlinux installed on a web server with approximately 20 accounts. One of them users constantly exceeds the set limit of 140 processes. I am receiving over 1000 counted faults every 12 hours. The user is using WP for their site. I have requested and been granted administrative access to the wp admin to help them troubleshoot this. How can I discover what it is that is creating so many processes to create all these faults?​

  • #2
    Hi,

    On the current stage you don't need access to WP admin. What you have to do is to check what is going on with the lve-read-snapshot tool. The basic command will be:

    Code:
    lve-read-snapshot -p 20h -u USERNAME
    It will show some useful information which will be a starting point for the investigation. Maybe it's some maintenance or backup.

    Comment

    Working...
    X