You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/06/26 17:18:32 UTC

DO NOT REPLY [Bug 45288] libapr memory leak issue

https://issues.apache.org/bugzilla/show_bug.cgi?id=45288


Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Eric Covener <co...@gmail.com>  2008-06-26 08:18:32 PST ---
Try MaxMemFree in the HTTP Server config.

If this resolves the memory usage, but you want to avoid MaxMemFree, identify
the greedy allocations in the sun module (memory use tripled) and manage pools
directly.

If it doesn't help:

The sun module may be using longer-lived pools then necessary, possibly by
saving references to them during configuration-time and using them during
request processing.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org