We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e599ee4 commit e8f2cd8Copy full SHA for e8f2cd8
src/java.base/share/man/java.md
@@ -2817,9 +2817,8 @@ Java HotSpot VM.
2817
`-XX:+UseNUMA`
2818
: Enables performance optimization of an application on a machine with
2819
nonuniform memory architecture (NUMA) by increasing the application's use
2820
- of lower latency memory. By default, this option is disabled and no
2821
- optimization for NUMA is made. The option is available only when the
2822
- parallel garbage collector is used (`-XX:+UseParallelGC`).
+ of lower latency memory. The default value for this option depends on the
+ garbage collector.
2823
2824
`-XX:+UseParallelGC`
2825
: Enables the use of the parallel scavenge garbage collector (also known as
0 commit comments