"possible run away process"

#1
NOTICE [157.55.35.*:12397-0#APVH_*****.com] No request delivery notification has been received from LSAPI process group [-1], possible run away process.
NOTICE [157.55.35.*:12397-0#APVH_*****.com] Retry with new process group.

I have noticed website downtime and found those log entries all over the place. When this issue happens, every PHP page would take longer and longer time to process and in the end all pages will timed out.

This is a cPanel server with CloudLinux for shared hosting, lots of websites but load is fine, around 1-2 during busy hours, and it shouldn't be a script issue because all php pages, no matter what script users are running, have the same issue.

Static files are all fine while all PHP pages are down.

Switched to Apache for 5 days, working without any issue. If switched to Litespeed, this issue will show up after litespeed running few hours or one day.

Upgraded to lastest verison, still the same.

Can anyone help me which aspect should I look into?

Thank you.
 
#3
what about simple php script like helloworld or phpinfo?
I did not have a chance to test this, it's a busy server and uptime is really important. This issue did not happen right after I switch to LS so if I want test this I have to wait for another downtime(which I try my best to avoid.)

this issue recently came up but it was ok before?
Just came up. I have been using LS for a long time, and before the issue arise, there is no upgrade made to LS or CL kernel/lve.

See if the below helps
My EP limit is 40 and nPROC limit is 80, while my PHP suEXEC max conn is 20, smaller than both.

I waited a few days until I made this reply, server is running Apache these days, there is no issue during this time(of course load is higher).
 

webizen

Well-Known Member
#6
Thanks for pointing out. PHP suEXEC max conn should be LESS than EP which you already set that way. maybe you should lower max conn further.
 
Top