ispCP - Board - Support
High load on ispcp server - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: High load on ispcp server (/thread-1103.html)

Pages: 1 2 3 4 5 6


RE: High load on ispcp server - bulforce - 11-08-2007 02:31 AM

Is it possible somebody to summarize all files and changes needed to be made in one post. I am getting confused about that.

Thanks


RE: High load on ispcp server - Solvik - 11-10-2007 03:55 AM

Yes, i want it too, i'm also confused Smile I use php5-cgi !


RE: High load on ispcp server - bulforce - 11-17-2007 12:37 AM

please somebody answer!


RE: High load on ispcp server - BioALIEN - 11-19-2007 11:53 PM

Guys you should try the wiki, its all there!


RE: High load on ispcp server - Kika - 12-13-2007 01:38 AM

I installed the version "dec. 06" on Debian Etch, and i have this php5-fcgi high load problem too, but when i try to comment out the PHP_FCGI_CHILDREN in the /var/www/fcgi/{DOMAIN}/php5-fcgi-starter then the php doesn't works :S

i see many error in the log:
FastCGI: comm with (dynamic) server "/var/www/..." aborted: (first read) idle timeout (300 sec)
FastCGI: incomplete headers (0 bytes) received from server "/var/www/...."

or

FastCGI: comm with server "/var/www/..." aborted: read failed, referer: "..."
FastCGI: incomplete headers (0 bytes) received from server "/var/www/...."


Have somebody an idea?


RE: High load on ispcp server - motin - 12-18-2007 05:57 PM

BioALIEN Wrote:Guys you should try the wiki, its all there!

Where? Can't find it


RE: High load on ispcp server - joximu - 12-18-2007 06:09 PM

try this http://www.isp-control.net/ispcp/wiki/howto_resources


RE: High load on ispcp server - psygarden - 01-26-2008 06:13 AM

joximu Wrote:try this http://www.isp-control.net/ispcp/wiki/howto_resources

That wiki article doesn't resolve the issue with this kind of behaviour... sure it recudes your apache processes and mysql processes, but they are fine, it's the fastcgi or php5-cgi that is causing the problems...

Quote:Cpu(s): 37.4%us, 62.6%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st


today i'm on a dual core amd 5000+ with 4 gigs of ram, before my cpu usage for the same websites on a singlecore 3800+ was only 3%


RE: High load on ispcp server - raphael - 01-26-2008 08:40 AM

did you even see http://bugs.debian.org/431799 ? ...


RE: High load on ispcp server - psygarden - 01-27-2008 07:45 AM

According to this changelog that bug has been fixed in php 5.2.5

http://www.php.net/ChangeLog-5.php

Can anyone confirm this? I'm going to test now...