Author: fhanik
Date: Mon Aug 27 21:36:15 2012
New Revision: 1377882
URL: http://svn.apache.org/viewvc?rev=1377882&view=rev
Log:
document the new property
Modified:
tomcat/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1377882&r1=1377881&r2=1377882&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Mon Aug 27 21:36:15 2012
@@ -286,6 +286,13 @@
hard to diagnose. Defaults to <code>true</code>.</p>
</attribute>
+ <attribute name="gcDaemonPeriod" required="false">
+ <p>Allows a user to configure the period of time the JVM will attempt
to
+ schedule an object-inspection. This value is used as a parameter when
+ calling the method <code>sun.misc.GC.requestLatency</code>
+ Defaults to <code>Long.MAX_VALUE - 1</code>.</p>
+ </attribute>
+
</attributes>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]