I'm running a wordpress/woocommerce website on a shared hosting.
The website crashes a lot, and I'm getting following error in logs:
[Tue Feb 27 08:52:39.512155 2024] [lsapi:error] [pid 1596660:tid 140182791464704] [client 66.249.79.136:48319] [host www.mydomain.online] Error on sending request(GET /some/url/ HTTP/1.1); uri(/index.php) content-length(0): ReceiveAckHdr: nothing to read from backend (LVE ID 1202), check http://docs.cloudlinux.com/mod_lsapi_troubleshooting.html
I've read the documentation and found out that this should solve the problem:
These errors occurs when the amount of PMEM limits is incommensurable with the number of EP. Increase PMEM limits or decrease EP number for the user UID.
Problem is, I have no idea how I can do this. Anyone who can explain this more clearly?