Author: kkolinko Date: Thu Feb 25 09:35:17 2010 New Revision: 916199 URL: http://svn.apache.org/viewvc?rev=916199&view=rev Log: correct a typo
Modified: tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml?rev=916199&r1=916198&r2=916199&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/html-manager-howto.xml Thu Feb 25 09:35:17 2010 @@ -558,11 +558,11 @@ StandardHost implementation. It will not work if a custom host is used that does not extend StandardHost.</p> -<p>Explicitely triggering a full garbage collection from Java Code is documented +<p>Explicitly triggering a full garbage collection from Java code is documented to be unreliable. Furthermore, depending on the JVM used, there are options to disable explicit GC triggering, like <code>-XX:+DisableExplicitGC</code>. If you want to make sure, that the diagnostics were successfully running a full GC, -you will need to check using tools like GC logging, JConsole or simlar.</p> +you will need to check using tools like GC logging, JConsole or similar.</p> </section> Modified: tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml?rev=916199&r1=916198&r2=916199&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/manager-howto.xml Thu Feb 25 09:35:17 2010 @@ -914,11 +914,11 @@ StandardHost implementation. It will not work if a custom host is used that does not extend StandardHost.</p> -<p>Explicitely triggering a full garbage collection from Java Code is documented +<p>Explicitly triggering a full garbage collection from Java code is documented to be unreliable. Furthermore, depending on the JVM used, there are options to disable explicit GC triggering, like <code>-XX:+DisableExplicitGC</code>. If you want to make sure, that the diagnostics were successfully running a full GC, -you will need to check using tools like GC logging, JConsole or simlar.</p> +you will need to check using tools like GC logging, JConsole or similar.</p> <p>If this command succeeds, you will see a response like this:</p> <source> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org