https://issues.apache.org/bugzilla/show_bug.cgi?id=45288
Eric Covener <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--- Comment #1 from Eric Covener <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]