Re: [us...@httpd] apache hanging whole system

2010-05-21 Thread Peter Halicky
again. Anyways, big thanks to everyone who replied! Regards, Peter On 17.05.2010 20:54, Peter Halicky wrote: > Hi Tom, > > PHP: > The RES size of the apache processes is around 25Mb, which totals to > about 2Gb with 80 processes. The VM is configured with 3Gb RAM, so > memory should b

Re: [us...@httpd] apache hanging whole system

2010-05-17 Thread Peter Halicky
Hi Tom, PHP: The RES size of the apache processes is around 25Mb, which totals to about 2Gb with 80 processes. The VM is configured with 3Gb RAM, so memory should be OK. Mysql: This, I think, is the most likely explanation - mysql locks. To avoid this, I tried to set max_execution_time in mysql t

Re: [us...@httpd] apache hanging whole system

2010-05-17 Thread Peter Halicky
wrote: > On Sun, May 16, 2010 at 4:42 PM, Peter Halicky wrote: > >> Hi, >> >> I run a "LAMP" server with a few websites, one of them quite busy. I use >> Ubuntu 8.04 with apache 2.2.8 >> and PHP 5.2.4. The problem is this: about once a day, apache

Re: [us...@httpd] apache hanging whole system

2010-05-17 Thread Peter Halicky
gt; settings or something similar ... > > Igor > > On Mon, May 17, 2010 at 4:18 PM, Peter Halicky <mailto:p...@halicky.sk>> wrote: > > Hi Morten, > > this is just what I was looking for! I'll give it a try. > > Thanks! > Peter > >

Re: [us...@httpd] apache hanging whole system

2010-05-16 Thread Peter Halicky
Hi Morten, this is just what I was looking for! I'll give it a try. Thanks! Peter On 17.05.2010 01:13, Morten Shearman Kirkegaard wrote: > Hi Peter, > > On Sun, 2010-05-16 at 22:42 +0200, Peter Halicky wrote: > >> The problem is this: about once a day, apache proces

Re: [us...@httpd] apache hanging whole system

2010-05-16 Thread Peter Halicky
the MaxClients. Also run > $ pgrep apache2 ¦ wc -l > Or > $ pgrep httpd ¦ wc -l > to confirm you are reaching 80 > > Sent from my phone > >> On May 17, 2010 6:43 AM, "Peter Halicky" > <mailto:p...@halicky.sk>> wrote: >> >> Hi, >> >

[us...@httpd] apache hanging whole system

2010-05-16 Thread Peter Halicky
Hi, I run a "LAMP" server with a few websites, one of them quite busy. I use Ubuntu 8.04 with apache 2.2.8 and PHP 5.2.4. The problem is this: about once a day, apache processes cause the system load to go very high (today it was ~30). During this time, I can not display any webpage on my server.