fixed typo in perf tuning manual
This commit is contained in:
parent
9e46afbed3
commit
e4bac3e9cb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue