child exit/start entries in PHP-FPM logs
Hello, i have some errors like
WARNING: [pool mysite] child 2579 exited with code 70 after 1.303269 seconds from start
what is code 70 ?
-
These are commonly attributed to memory - what is the memory usage on the server during the time which this is occurring? 0 -
almost 80% free memory... Is it a problem the error code 70? 0 -
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 -
Max Requests: 20 Process Idle Timeout: 10 Max Children: 10-20 0 -
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.
Comments
5 comments