From e4bac3e9cb4a7a48871c62c8153db264157fbf6d Mon Sep 17 00:00:00 2001 From: Lionel Cons Date: Fri, 3 Jun 2016 07:45:05 +0200 Subject: [PATCH] fixed typo in perf tuning manual --- docs/user-manual/en/perf-tuning.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/user-manual/en/perf-tuning.md b/docs/user-manual/en/perf-tuning.md index 9cf6dab1ae..653d0bead6 100644 --- a/docs/user-manual/en/perf-tuning.md +++ b/docs/user-manual/en/perf-tuning.md @@ -211,10 +211,9 @@ tunings won't apply to JDKs from other providers (e.g. IBM or JRockit) tuning parameters, for the Sun Hotspot JVM the full list of options is available [here](http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html). - We recommend at least using `-XX:+AggressiveOpts` and` - -XX:+UseFastAccessorMethods`. You may get - some mileage with the other tuning parameters depending on your OS - platform and application usage patterns. + We recommend at least using `-XX:+AggressiveOpts` and `-XX:+UseFastAccessorMethods`. + You may get some mileage with the other tuning parameters depending + on your OS platform and application usage patterns. ## Avoiding Anti-Patterns