#28177 [Com]: Apache Memory leak

2004-06-04 Thread dtan at ftl dot co dot jp
 ID:   28177
 Comment by:   dtan at ftl dot co dot jp
 Reported By:  prof_moriarty at veryfast dot biz
 Status:   Open
 Bug Type: Apache related
 Operating System: win xp
 PHP Version:  5.0.0RC2
 New Comment:

Bug 27758 has seemingly been squashed.  I have taken the latest CVS
snapshot and the problem seems to be resolved.  Seems like memory is
actually being freed ;)

dtan


Previous Comments:


[2004-06-02 14:01:39] prof_moriarty at veryfast dot biz

Not a windows issue:
from:
http://bugs.php.net/bug.php?id=27758

"Apache 2.0.48 on Gentoo"

Seems someone has bug squishing to do. :)



[2004-06-02 03:09:28] dtan at ftl dot co dot jp

Yes I noticed that too.  I ran a script which basically checks for a
single variable and otherwise just spits out html.  It still increased
by about 100k.   Running phppgadmin increases the process mem by a few
MB.  I am running windows 2000 and apache 1.3.31 and the lastest
snapshot.  Seems this might be a windows dev/config issue:

  http://bugs.php.net/bug.php?id=27758

dtan



[2004-06-01 08:29:48] prof_moriarty at veryfast dot biz

The memory taken per refresh is seems to be entirely dependent on the
script you're running.
Goes up by a few k when i run small scripts, but when i run major
processing scripts, it uses megs (as it normally would), but neglects
to clear them when done.



[2004-06-01 07:49:38] dtan at ftl dot co dot jp

I am experiencing the same thing.  Downloaded the latest snapshot of
PHP5 and am currently running it as a module using Apache 1.3.29. Each
refresh seems to add about 2-8mbs of memory to the child process.



[2004-05-16 20:33:37] prof_moriarty at veryfast dot biz

Ah.
I am now running PHP5RC2 as a module within apache 1.3.x.
And it is STILL not releasing RAM when it is done with it. Noting that
support for apache 1 is _not_ experimental!
Indeed it says this in the install.txt:

"Now that version 4.1 introduces a safer sapi module, we recommend that
you configure PHP as a module in Apache."

So the problem exists with running both versions of Apache with PHP as
a module.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/28177

-- 
Edit this bug report at http://bugs.php.net/?id=28177&edit=1


#28177 [Com]: Apache Memory leak

2004-06-01 Thread dtan at ftl dot co dot jp
 ID:   28177
 Comment by:   dtan at ftl dot co dot jp
 Reported By:  prof_moriarty at veryfast dot biz
 Status:   Open
 Bug Type: Apache related
 Operating System: win xp
 PHP Version:  5.0.0RC2
 New Comment:

Yes I noticed that too.  I ran a script which basically checks for a
single variable and otherwise just spits out html.  It still increased
by about 100k.   Running phppgadmin increases the process mem by a few
MB.  I am running windows 2000 and apache 1.3.31 and the lastest
snapshot.  Seems this might be a windows dev/config issue:

  http://bugs.php.net/bug.php?id=27758

dtan


Previous Comments:


[2004-06-01 08:29:48] prof_moriarty at veryfast dot biz

The memory taken per refresh is seems to be entirely dependent on the
script you're running.
Goes up by a few k when i run small scripts, but when i run major
processing scripts, it uses megs (as it normally would), but neglects
to clear them when done.



[2004-06-01 07:49:38] dtan at ftl dot co dot jp

I am experiencing the same thing.  Downloaded the latest snapshot of
PHP5 and am currently running it as a module using Apache 1.3.29. Each
refresh seems to add about 2-8mbs of memory to the child process.



[2004-05-16 20:33:37] prof_moriarty at veryfast dot biz

Ah.
I am now running PHP5RC2 as a module within apache 1.3.x.
And it is STILL not releasing RAM when it is done with it. Noting that
support for apache 1 is _not_ experimental!
Indeed it says this in the install.txt:

"Now that version 4.1 introduces a safer sapi module, we recommend that
you configure PHP as a module in Apache."

So the problem exists with running both versions of Apache with PHP as
a module.



[2004-04-27 08:42:01] prof_moriarty at veryfast dot biz

Description:

I have php 5RC2 (oh, someone's added rc2 to the list now :) ), running
with apache 2.0.49 as a sapi module (whichever one is not a CGI. the
manaul is far from clear on what it's called!).
Also, mysql (4.0.18).

I have been running apache on my dev machine for a few hours, running
php scripts occasionally to test my code.
Apache is presently using 100MB of RAM.
there are two apache functions running. the initial one that runs from
this command: "H:\webdev2\Apache2\bin\Apache.exe" -w -f
"H:\webdev2\Apache2\conf\httpd.conf" -d "H:\webdev2\Apache2\."

and the child process to that:
H:\webdev2\Apache2\bin\Apache.exe -d H:/webdev2/Apache2 -f
H:\webdev2\Apache2\conf\httpd.conf -d H:\webdev2\Apache2\.


The parent is using just 6mb ram.
The child is using 103mb. The child is using 13mb when initialised.

Every time i run a script, the number goes up by a few K. occasionally
it doesn't go up, but usually it does. This is for different php
scripts that work fine under other configs.
I'd conclude a memory leak, but you folks are the experts. :)
Need more info, just ask.


p.s. I know apache 2 support is experimental. that's why i'm testing
it. :)






-- 
Edit this bug report at http://bugs.php.net/?id=28177&edit=1



#28177 [Com]: Apache Memory leak

2004-05-31 Thread dtan at ftl dot co dot jp
 ID:   28177
 Comment by:   dtan at ftl dot co dot jp
 Reported By:  prof_moriarty at veryfast dot biz
 Status:   Open
 Bug Type: Apache related
 Operating System: win xp
 PHP Version:  5.0.0RC2
 New Comment:

I am experiencing the same thing.  Downloaded the latest snapshot of
PHP5 and am currently running it as a module using Apache 1.3.29. Each
refresh seems to add about 2-8mbs of memory to the child process.


Previous Comments:


[2004-05-16 20:33:37] prof_moriarty at veryfast dot biz

Ah.
I am now running PHP5RC2 as a module within apache 1.3.x.
And it is STILL not releasing RAM when it is done with it. Noting that
support for apache 1 is _not_ experimental!
Indeed it says this in the install.txt:

"Now that version 4.1 introduces a safer sapi module, we recommend that
you configure PHP as a module in Apache."

So the problem exists with running both versions of Apache with PHP as
a module.



[2004-04-27 08:42:01] prof_moriarty at veryfast dot biz

Description:

I have php 5RC2 (oh, someone's added rc2 to the list now :) ), running
with apache 2.0.49 as a sapi module (whichever one is not a CGI. the
manaul is far from clear on what it's called!).
Also, mysql (4.0.18).

I have been running apache on my dev machine for a few hours, running
php scripts occasionally to test my code.
Apache is presently using 100MB of RAM.
there are two apache functions running. the initial one that runs from
this command: "H:\webdev2\Apache2\bin\Apache.exe" -w -f
"H:\webdev2\Apache2\conf\httpd.conf" -d "H:\webdev2\Apache2\."

and the child process to that:
H:\webdev2\Apache2\bin\Apache.exe -d H:/webdev2/Apache2 -f
H:\webdev2\Apache2\conf\httpd.conf -d H:\webdev2\Apache2\.


The parent is using just 6mb ram.
The child is using 103mb. The child is using 13mb when initialised.

Every time i run a script, the number goes up by a few K. occasionally
it doesn't go up, but usually it does. This is for different php
scripts that work fine under other configs.
I'd conclude a memory leak, but you folks are the experts. :)
Need more info, just ask.


p.s. I know apache 2 support is experimental. that's why i'm testing
it. :)






-- 
Edit this bug report at http://bugs.php.net/?id=28177&edit=1