[EMAIL PROTECTED] Memory leak issue with ap_get_client_block()

2008-03-13 Thread Arnab Ganguly
Hi All, I am getting a memory leak issue in Apache 2.2.8 on Red-Hat 5.0. I tried out the following options 1) MaxRequestPerChild settings to non zero 2)I was allocating memory by using apr_palloc from the request pool but later I replaced to normal malloc and added a clean handler in

Re: [EMAIL PROTECTED] Memory leak issue with ap_get_client_block()

2008-03-13 Thread Joshua Slive
On Thu, Mar 13, 2008 at 10:59 AM, Arnab Ganguly [EMAIL PROTECTED] wrote: Hi All, I am getting a memory leak issue in Apache 2.2.8 on Red-Hat 5.0. I tried out the following options 1) MaxRequestPerChild settings to non zero 2)I was allocating memory by using apr_palloc from the request

[EMAIL PROTECTED] Memory leak in 2.2.6 with long-lived connections and mod_proxy

2007-11-01 Thread Romer, Ted
Running Apache as a reverse proxy with long-lived client connections, we're seeing memory consumption grow linearly in the number of requests sent on the connection, to the tune of about 10 KB/request. The consequence is that the memory footprint for each process is determined by the longest-lived

[EMAIL PROTECTED] Memory leak?

2007-10-25 Thread KMiller
I'm using xampp on XP. I need some pointers how to track down this problem. Apache has suddenly started consuming all memory. I can pull up Task Manager and watch Apache's process tick off 32k increases in memory. It will keep going forever. Last time I restarted the service it had reached

[EMAIL PROTECTED] Memory leak in Apache?

2007-06-04 Thread Arnab Ganguly
Hi All, I was referring to http://httpd.apache.org/docs/2.0/misc/perf-tuning.html and the below paragraph is a snippet from the given url I am not clear about the which memory leaks it is referring.I have highlighted that part. Related to process creation is process death induced by the

Re: [EMAIL PROTECTED] Memory leak in Apache?

2007-06-04 Thread Joshua Slive
On 6/4/07, Arnab Ganguly [EMAIL PROTECTED] wrote: Hi All, I was referring to http://httpd.apache.org/docs/2.0/misc/perf-tuning.html and the below paragraph is a snippet from the given url I am not clear about the which memory leaks it is referring.I have highlighted that part. Related to

[EMAIL PROTECTED] Memory leak or normal behavior? (help!!)

2005-12-06 Thread Apostolos Pantsiopoulos
I e-mailed this problem to the mailing list some days ago but it passed unoticed. Can anyone help me with this one please? I am running a source-built version of apache 2.0.55 with modperl 2 and php 5.0.5. When one of my scripts uses a lot of memory then I can see the httpd processes get

[EMAIL PROTECTED] Memory leak or normal behavior

2005-11-22 Thread Apostolos Pantsiopoulos
I am running a source-built version of apache 2.0.55 with modperl 2 and php 5.0.5. When one of my scripts use a lot of memory then I can see the httpd processes get quite large, which is quite normal. But when my script finishes then this memory is not released from the httpd process (if it

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-28 Thread Marcos R. Cardoso
Ok, it seems that I've found the answer now. The real problem concerning the leakage was related to the pictures' size. We use here some PHP scripts which return photos from the students, teachers and employees for identification at the university where I work. Since these photos had a big

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-14 Thread Joshua Slive
On 9/13/05, Marcos R. Cardoso [EMAIL PROTECTED] wrote: Hi, here where I work we have the following configuration for our web server: Windows 2003 Apache 2.0.54 PHP 4.4.0 MySQL 4.0.20 Unfortunately we are experiencing some huge problems concerning memory usage by the Apache child

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-14 Thread Marcos R. Cardoso
Thanks for the help Joshua, but I forgot to add that we use some ASP scripts here using Sun Chili!Soft ASP 3.6.2 Could the ASP machine also make this memory inflation possible to happen? Marcos R. Cardoso Brazil Joshua Slive wrote: On 9/13/05, Marcos R. Cardoso [EMAIL PROTECTED] wrote:

Re: [EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-14 Thread Joshua Slive
On 9/14/05, Marcos R. Cardoso [EMAIL PROTECTED] wrote: Thanks for the help Joshua, but I forgot to add that we use some ASP scripts here using Sun Chili!Soft ASP 3.6.2 Could the ASP machine also make this memory inflation possible to happen? Any script running in an apache module is running

[EMAIL PROTECTED] Memory leak on Windows 2003

2005-09-13 Thread Marcos R. Cardoso
Hi, here where I work we have the following configuration for our web server: Windows 2003 Apache 2.0.54 PHP 4.4.0 MySQL 4.0.20 This server also connects to a database server with Oracle 9i through a Oracle 8i Client, otherwise the PHP wouldn't connect to the database properly. There is