I am running a few Wordpress websites with Cyperpanel (v2.0) and OLS (v1.7.5) on an Ubuntu 20.04 server (4GB, 2 vCPUs) at DigitalOcean. There are also a couple of nodeJS apps running on the same server. I just recently set up all the sites. I am the one generating most of the traffic right now doing testing. I am using LSCache on the two main sites. I am not expecting a lot of traffic. I want the sites to be reliable and fast(-enough) loading.
I get 520 errors from Cloudflare if I keep hitting refresh on the same website. I also noticed the following errors in the stderr.log:
I've also seen the following error:
I'm guessing I need to tweak some of the server or vhost settings. I'm also wondering if I should switch the server to 8GB/4 vCPUs.
I am reading documentation but it is more descriptive than directive (and I understand there are a lot of possible scenarios).
I would appreciate advice on:
1) Whether the problem is server related or vhost related? how do I know? which settings should I tweak first?
2) Whether I should switch to a 8GB/4 vCPUs server config.
3) Whether I should look into implementing cgroups manually (Cyberpanel only supports containerization on CentOS for now), or if that won't help my current issues.
I get 520 errors from Cloudflare if I keep hitting refresh on the same website. I also noticed the following errors in the stderr.log:
2020-10-31 02:33:11.939 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 13, please increase LSAPI_CHILDREN.
2020-10-31 02:33:12.205 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 13, please increase LSAPI_CHILDREN.
[581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 13, please increase LSAPI_CHILDREN.
[581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 12, please increase LSAPI_CHILDREN.
[581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 10, please increase LSAPI_CHILDREN.
2020-10-31 02:33:12.207 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 9, please increase LSAPI_CHILDREN.
2020-10-31 02:33:12.228 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 12, please increase LSAPI_CHILDREN.
2020-10-31 02:33:12.205 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 13, please increase LSAPI_CHILDREN.
[581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 13, please increase LSAPI_CHILDREN.
[581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 12, please increase LSAPI_CHILDREN.
[581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 10, please increase LSAPI_CHILDREN.
2020-10-31 02:33:12.207 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 9, please increase LSAPI_CHILDREN.
2020-10-31 02:33:12.228 [STDERR] [581269] Reached max children process limit: 10, extra: 3, current: 13, busy: 12, please increase LSAPI_CHILDREN.
No request delivery notification has been received from LSAPI application, possible dead lock.
I am reading documentation but it is more descriptive than directive (and I understand there are a lot of possible scenarios).
I would appreciate advice on:
1) Whether the problem is server related or vhost related? how do I know? which settings should I tweak first?
2) Whether I should switch to a 8GB/4 vCPUs server config.
3) Whether I should look into implementing cgroups manually (Cyberpanel only supports containerization on CentOS for now), or if that won't help my current issues.