I have system. It is Java and use multithreads. Also has 24 CPU with NUMA enable. Why to tell JAVA of NUMA with -XX:+UseNUMA ? Is it not OS know NUMA already and will take care of?
I have run the google and do not find this answer. This one does not say: How does -XX:+UseNUMA affects JVM performance for systems with only one node?
Thanks you