apache httpd not releasing memory after keepalive timeout
am 15.09.2007 02:12:16 von galmondHi,
I was getting Out of Memory PHP fatal errors on my Apache 2.2.4 server
on WinXP and narrowed things down to discover that httpd process
memory is not released after a PHP script is requested (even the very
most basic script: ). The httpd memory usage increases
approximately 520k after every request (if the request occurs after
the KeepAliveTimeout period.
I imagine that there must be a straightforward reason for this, but I
can't figure it out. I've looked through my php.ini and httpd.conf
settings and nothing is obvious. The behaviour occurs with PHP 5.2.2
and 5.2.4.
Any suggestions?