Benchmarks with large heaps shows improved performance when ran with -XX:+UseNUMA and -XX:+UseParallelGC. Since ParallelGC is default turning on UseNUMA would improve out of the box performance in many cases.
UseNUMA will check if it runs on NUMA hardware and if not turn itself of, so it should be safe to set UseNUMA to true by default.
UseNUMA will check if it runs on NUMA hardware and if not turn itself of, so it should be safe to set UseNUMA to true by default.
- relates to
-
JDK-8046153 JEP 163: Enable NUMA Mode by Default When Appropriate
-
- Draft
-