Other |
---|
tbdUnresolved |
Relates :
|
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.
|