Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-31 Thread Alexandru Constantinescu
Gaurav Pruthi wrote: I have also noticed kswapd daemon causing the load on server. What i believe is that there is some website whose pages uses lot of memory. Linux uses kswapd for virtual memory management such that pages that have been recently accessed are kept in memory and less active pag

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
It's itk MPM but still under development and avilable for experimental use only. So can't use it under production. I have also changed the Server-Pool Size Regulation StartServers 20 MinSpareServers 15 MaxSpareServers 50 MaxClients 250 MaxRequestsPerC

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
I have also noticed kswapd daemon causing the load on server. What i believe is that there is some website whose pages uses lot of memory. Linux uses kswapd for virtual memory management such that pages that have been recently accessed are kept in memory and less active pages are paged out to disk.

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Alexandru David Constantinescu
Gaurav Pruthi wrote: Hi Agnello, I am using prefork MPM StartServers 20 MinSpareServers 25 MaxSpareServers 50 MaxClients 500 MaxRequestsPerChild 0 Thanks, Gaurav On Fri, Aug 29, 2008 at 1:30 PM, Agnello George <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Alexandru David Constantinescu
Agnello George wrote: On 8/29/08, *Gaurav Pruthi* <[EMAIL PROTECTED] > wrote: Dear Friends, I am facing very strange problem. I have a LAMP server. It has around 400 of websites hosted on it. Since last one month the server load increases suddenly.

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
Hi Agnello, I am using prefork MPM StartServers 20 MinSpareServers 25 MaxSpareServers 50 MaxClients 500 MaxRequestsPerChild 0 Thanks, Gaurav On Fri, Aug 29, 2008 at 1:30 PM, Agnello George <[EMAIL PROTECTED]>wrote: > > > On 8/29/08, Gaurav P

Re: [EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Agnello George
On 8/29/08, Gaurav Pruthi <[EMAIL PROTECTED]> wrote: > > Dear Friends, > > I am facing very strange problem. I have a LAMP server. It has around 400 > of websites hosted on it. Since last one month the server load increases > suddenly. When checked using top command, i saw apache process consuming

[EMAIL PROTECTED] Load Increases due to Apache

2008-08-29 Thread Gaurav Pruthi
Dear Friends, I am facing very strange problem. I have a LAMP server. It has around 400 of websites hosted on it. Since last one month the server load increases suddenly. When checked using top command, i saw apache process consuming 99% of CPU. After i kill httpd and starts it again (or using HUP