From:             [EMAIL PROTECTED]
Operating system: Redhat 7.1
PHP version:      4.1.1
PHP Bug Type:     Performance problem
Bug description:  Memory Leak

Php 4.1.1 statically linked to Apache 1.3.23

./configure --with-apache=/root/apache --with-mysql --enable-memory-limit
--enable-sigchild

All my php scripts require Mysql access. The sql database is stored on
another computer on the lan. My php scripts use persistent connections

Under heavy load my Memory usage per httpd process bounces up to 54M+
Below is an example from output

22263 nobody     0   0 55308  54M  1920 S     2.3 21.0   0:08 httpd

I can create a half fix by using MaxChildRequests config header...but it
appears there is a memory leak.
-- 
Edit bug report at http://bugs.php.net/?id=15482&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15482&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15482&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15482&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15482&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15482&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15482&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15482&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15482&r=submittedtwice

Reply via email to