https://issues.apache.org/bugzilla/show_bug.cgi?id=53267
Priority: P2
Bug ID: 53267
Assignee: [email protected]
Summary: The JreMemoryLeakPreventionListener causes a full GC
every hour when gcDaemonProtection=true
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: All
Status: NEW
Version: trunk
Component: Catalina
Product: Tomcat 7
Created attachment 28809
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28809&action=edit
Increases timeout on sun.misc.GC.requestLatency in
JreMemoryLeakPreventionListener
The JreMemoryLeakPreventionListener causes a full GC every hour when
gcDaemonProtection=true.
The prevention technique invokes sun.misc.GC.requestLatency with a value of
360000. Increasing the value to Long.MAX_VALUE would be beneficial.
The attached patches add a default setting of Long.MAX_VALUE (add documentation
update), but also permit it to be configured to a lower value using a System
property.
--
You are receiving this mail because:
You are the assignee for the bug.