Skip to content

8347052: Update java man page documentation to reflect current state of the UseNUMA flag #26321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/java.base/share/man/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -2809,9 +2809,8 @@ Java HotSpot VM.
`-XX:+UseNUMA`
: Enables performance optimization of an application on a machine with
nonuniform memory architecture (NUMA) by increasing the application's use
of lower latency memory. By default, this option is disabled and no
optimization for NUMA is made. The option is available only when the
parallel garbage collector is used (`-XX:+UseParallelGC`).
of lower latency memory. The default value for this option depends on the
garbage collector.

`-XX:+UseParallelGC`
: Enables the use of the parallel scavenge garbage collector (also known as
Expand Down