Skip to main content

PHP-FPM high CPU load running by root

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! It definitely isn't normal to see those processes take up that much CPU. Running the following command might give you some more details about the true number of FPM processes on the machine: ps aux | grep fpm
    as that will show all the active processes running. You can also use "shift + p" to sort the top command by processes, or "shift + m" to sort my memory usage, which could also be helpful.
    0
  • pedgarc
    Hey there! It definitely isn't normal to see those processes take up that much CPU. Running the following command might give you some more details about the true number of FPM processes on the machine: ps aux | grep fpm
    as that will show all the active processes running. You can also use "shift + p" to sort the top command by processes, or "shift + m" to sort my memory usage, which could also be helpful.

    Hello cPRex! Thanks for your recommendation, finally I could fixed! I noticed all PHP web pages were down, so I recompile Apache + PHP + lsapi, then I rebuilt CageFS. With that changes the problem get fiex. Best regards!
    0
  • cPRex Jurassic Moderator
    I'm glad things are working well for you now!
    0

Please sign in to leave a comment.