WordPress Site Crossing Resources Limit
-
I have created a new wordpress site with woocommerce. I am planning to sell some products. Its a new website with hardly any traffic but I noticed that it was running slow.
When I contacted the hosting company, this is what they told me.
——
On checking, I could see that the website is loading with server temporarily unavailable error. I have checked the logs of oldbookdepot.in and found the following error messages:-——
[Wed May 11 04:45:45 2016] [warn] [client 115.110.71.146] mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: https://oldbookdepot.in/
[Wed May 11 04:46:50 2016] [warn] [client 115.110.71.146] mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php-fcgi, referer: https://oldbookdepot.in/
——The issue that you are facing is mainly due to saturation of the number of fcgi processes allocated for your account. We allow 5 child process and for each child process, 256 worker processes. Once that limit is breached, you see that kind of error. However, those errors are auto-fixed once the number of processes reduce.
The only way to solve the issue permanently is to optimize the code of the website, to make optimum use of the available resources. You will have to contact your developer for the optimization of the code.
Is there any fix to this problem.
- The topic ‘WordPress Site Crossing Resources Limit’ is closed to new replies.