oah

Well-Known Member
Jan 23, 2018
66
10
58
Iraq
cPanel Access Level
Website Owner
Hi
The WHM keeps on sending me emails with the following content:

Resource: Process Time
Exceeded: 1820 > 1800 (seconds)
Executable: /opt/cpanel/ea-php71/root/
usr/sbin/php-fpm
Command Line: php-fpm: pool xxxxxxxxx_org
PID: 64974 (Parent PID:18124)
Killed: N

My understanding is that my php-fpm process is taking longer than the default time of 1800 seconds (which is set under the lfd). I have the following setting for php-fpm

Max Children: 1000

Process Idle-timeout: 500

Max Requests: 5000

I also have MPM-worker enabled so can it be that the php-process is receiving the requests one after another so it keeps on running non-stop thus exceeding the 1800 seconds?

My Max-connections per child for the MPM is set to 20000