Repository: activemq-artemis
Updated Branches:
refs/heads/master 9e46afbed -> 36bb52c0f
fixed typo in perf tuning manual
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e4bac3e9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e4bac3e9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e4bac3e9
Branch: refs/heads/master
Commit: e4bac3e9cb4a7a48871c62c8153db264157fbf6d
Parents: 9e46afb
Author: Lionel Cons <lionel.cons@cern.ch>
Authored: Fri Jun 3 07:45:05 2016 +0200
Committer: Lionel Cons <lionel.cons@cern.ch>
Committed: Fri Jun 3 07:45:05 2016 +0200
----------------------------------------------------------------------
docs/user-manual/en/perf-tuning.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e4bac3e9/docs/user-manual/en/perf-tuning.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/perf-tuning.md b/docs/user-manual/en/perf-tuning.md
index 9cf6dab..653d0be 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
|