public static void main ( String [] args ) { // 可用的线程数 System . out . println ( Runtime . getRuntime (). availableProcessors ()); // 当前线程数 System . out . println ( ForkJoinPool . commonPool (). getPoolSize ()); // 最大
// 可用的线程数
System.out.println(Runtime.getRuntime().availableProcessors());
// 当前线程数
System.out.println(ForkJoinPool.commonPool().getPoolSize());
// 最大线程数
System.out.println(ForkJoinPool.getCommonPoolParallelism());
}
- 附加
六核十二线程是什么意思
就是十二个灶台 六个厨师 如果 相互影响 就只有六个厨师能工作