Re: [EMAIL PROTECTED] Memory consumption

2008-04-20 Thread Sean Conner
It was thus said that the Great benjamin once stated: > Hello, > > I'm currently using Apache 2.2 under Debian Etch, with FastCGI/Suexec > and Php5.2 (all of these softwares have been installed as Debian > paquets, using aptitude). > > CPU load is correct, however memory consumption is really hig

Re: [EMAIL PROTECTED] Memory consumption

2008-04-20 Thread Joshua Slive
On Sun, Apr 20, 2008 at 6:24 AM, benjamin <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently using Apache 2.2 under Debian Etch, with FastCGI/Suexec > and Php5.2 (all of these softwares have been installed as Debian > paquets, using aptitude). > > The server is a Pentium 4 (3 Ghz) with 2 Gb

[EMAIL PROTECTED] Memory consumption

2008-04-20 Thread benjamin
Hello, I'm currently using Apache 2.2 under Debian Etch, with FastCGI/Suexec and Php5.2 (all of these softwares have been installed as Debian paquets, using aptitude). The server is a Pentium 4 (3 Ghz) with 2 Gb of RAM. It serves a lot of requests (about 30 to 35 per second, mainly weblogs and fo

[EMAIL PROTECTED] Memory consumption on Netware

2007-05-22 Thread Matt Rigor
Currently, I have a Netware 6.5 SP 5 box with Apache 2.2.4 & PHP 5.2.1. The Apache and PHP packages are built by a gentleman named Guenter. The server is a Xeon class processor with 4 GB of memory. A few other services reside on the box which are DNS/DHCP server by Netware, Tomcat, and James. I

[EMAIL PROTECTED] Memory consumption by process increases in Apache

2007-05-10 Thread Arnab Ganguly
Hi, How is the memory handled in Apache.I see the daemon process launched by Apache, as it runs for a long time both its SZ and RSS increases over the period of time.Is there any memory issues in Apache?What should I do to take care of it?I have kept the MaxRequestPerChild as 0.Looking forward for

Re: [EMAIL PROTECTED] Memory consumption

2005-08-03 Thread Joe Orton
On Tue, Aug 02, 2005 at 10:49:59PM +0200, Kamil Srot wrote: > Joshua Slive wrote: > >Indeed you have found the problem, I believe: Range headers. In order > >to handle out-of-order range requests (which are allowed by the spec), > >httpd must buffer the entire response. Of course, that is very ba

Re: [EMAIL PROTECTED] Memory consumption

2005-08-03 Thread Kamil Srot
6:01 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Memory consumption   Hi Gary, Gary W. Smith wrote: How are you reading the file in order to output it?  Some of the PHP commands do indeed read the entire file before processing.  This would cause the entire fi

RE: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Gary W. Smith
ers@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Memory consumption   Hi Gary, Gary W. Smith wrote: How are you reading the file in order to output it?  Some of the PHPcommands do indeed read the entire file before processing.  This wouldcause the entire file to sit in ram.  I believe there

Re: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Kamil Srot
Hi Gary, Gary W. Smith wrote: How are you reading the file in order to output it? Some of the PHP commands do indeed read the entire file before processing. This would cause the entire file to sit in ram. I believe there are some binary functions that only read segments at a time. I thi

Re: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Kamil Srot
Dear Joshua, thank you for your reply! Joshua Slive wrote: On 8/2/05, Kamil Srot <[EMAIL PROTECTED]> wrote: Situation: I have simple PHP script serving large files for autorized users... after some time, all memory of the server is consumed by httpd processes Ind

Re: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Joshua Slive
On 8/2/05, Kamil Srot <[EMAIL PROTECTED]> wrote: > Situation: > I have simple PHP script serving large files for autorized users... > after some time, all memory of the server is consumed by httpd processes > - their memory allocation does corelate with size of the files served... > I tried to

RE: [EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Gary W. Smith
. Can you post (or send me) the relevant code segments that you use to read the file and flush it to the client? Gary > -Original Message- > From: Kamil Srot [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 02, 2005 2:57 AM > To: users@httpd.apache.org > Subject: [EMAIL PR

[EMAIL PROTECTED] Memory consumption

2005-08-02 Thread Kamil Srot
Dear ALL, Annotation: my problem is, apache allocates so much memory, system wents out of it and is unreachable for few minutes. I can help reporduce the problem, please can someone help? I found several similar issues in the bugreports but not exactly this and they are quite old and not