Returns the number of processors available to the Java virtual machine. This value may change during a particular invocation of the virtual machine.
价值如何实际改变?在什么情况下,JVM可用的处理器比物理安装的处理器少?
乔纳斯
taskset -p `pidof java` --cpu-list 0,5,7,9-11