From: kkolinko Date: Thu, 25 Feb 2010 09:32:08 +0000 (+0000) Subject: correct a typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5a1b3edb48282feedad297049b76ab1162504497;p=tomcat7.0 correct a typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@916196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/html-manager-howto.xml b/webapps/docs/html-manager-howto.xml index 19d930102..6d27cc894 100644 --- a/webapps/docs/html-manager-howto.xml +++ b/webapps/docs/html-manager-howto.xml @@ -558,11 +558,11 @@ with a profiler. The diagnostic uses additional functionality provided by the StandardHost implementation. It will not work if a custom host is used that does not extend StandardHost.

-

Explicitely triggering a full garbage collection from Java Code is documented +

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 -XX:+DisableExplicitGC. 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.

+you will need to check using tools like GC logging, JConsole or similar.

diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml index c1c10dd55..344342c77 100644 --- a/webapps/docs/manager-howto.xml +++ b/webapps/docs/manager-howto.xml @@ -908,11 +908,11 @@ with a profiler. The diagnostic uses additional functionality provided by the StandardHost implementation. It will not work if a custom host is used that does not extend StandardHost.

-

Explicitely triggering a full garbage collection from Java Code is documented +

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 -XX:+DisableExplicitGC. 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.

+you will need to check using tools like GC logging, JConsole or similar.

If this command succeeds, you will see a response like this: