Skip to main content

child exit/start entries in PHP-FPM logs

Comments

5 comments

  • cPanelLauren
    These are commonly attributed to memory - what is the memory usage on the server during the time which this is occurring?
    0
  • thanasis
    almost 80% free memory... Is it a problem the error code 70?
    0
  • cPanelLauren
    What are the pool settings for php-fpm on that version of PHP? It does indicate that there's a potential issue and the child processes are being killed - but it's most likely not causing any noticeable issues.
    0
  • thanasis
    Max Requests: 20 Process Idle Timeout: 10 Max Children: 10-20
    0
  • cPanelLauren
    Thanks for providing that. You might want to check the user-specific PHP-FPM logs to see if the php memory limit is being hit - they are found at /home/$user/logs/ - the documentation here How to Manage Your php.ini Directives with PHP-FPM - cPanel Knowledge Base - cPanel Documentation goes over ini directives for php-fpm
    0

Please sign in to leave a comment.