Skip to main content

bash: fork: Resource temporarily unavailable - Slowing down server

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! I can't comment on why those specific commands aren't working properly as that script is not something we test and is now nearly 13 years old. Could you try disabling the Fork Bomb Protection in WHM to see if that has any effect on this behavior? As far as the WordPress slowness, do you see the user executing too many database queries? You could check this by running "mysqladmin proc status" on the command line of the server to see the database calls in real-time.
    0
  • mlopez
    Thank you for your help, @cPRex I was able to debug WP with this command: mysqladmin -u root -p -i 0 processlist
    It maybe useful for somebody else ;-)
    0

Please sign in to leave a comment.