Do you see many lsphp processes from the `top` command output? Possible to share a snapshot?
Please check the output of the connection numbers
netstat -nat | awk '{print $6}' | sort | uniq -c | sort -n
Also, please decrease the number of PHP_LSAPI_MAX_REQUESTS, 10000 is way too high.