From d3657a73edebf24f1dff67641947539c0a19d59b Mon Sep 17 00:00:00 2001 From: dwamara Date: Sat, 12 Feb 2022 03:06:25 +0100 Subject: [PATCH] Corrected typo in page : unnecessary verb removed --- docs/src/main/asciidoc/performance-measure.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/performance-measure.adoc b/docs/src/main/asciidoc/performance-measure.adoc index 0fb37442e74f9..88058173fe2d4 100644 --- a/docs/src/main/asciidoc/performance-measure.adoc +++ b/docs/src/main/asciidoc/performance-measure.adoc @@ -36,7 +36,7 @@ Enable NMT on the command line; -XX:NativeMemoryTracking=[off | summary | detail] <1> -<1> NOTE: this feature will add cause an approximately 5-10% performance overhead +<1> NOTE: this feature will add a 5-10% performance overhead It is then possible to use jcmd to dump a report of the native memory usage of the Hotspot JVM running your application;