How does -XX:+UseNUMA affects JVM performance for systems with only one node?

后端 未结 1 1592
灰色年华
灰色年华 2021-02-13 04:59

There is a numerous articles regarding benefits of JVM NUMA-aware allocators. However I could not find information about what performance impact may cause -XX:+UseNUMA flag for

相关标签:
1条回答
  • 2021-02-13 05:35

    -XX:+UseNUMA does no harm in these cases.
    HotSpot JVM automatically turns off the flag when run on a single node (the source).

    0 讨论(0)
提交回复
热议问题