Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、CPUに4つのコアと8つのコアスレッドがある場合。
core-pool-size-factor 1.0は、ランタイムで使用可能な論理プロセッサの数の1.0倍になります。
プールのキューが制限されていない限り、max-pool-size-factorはcore-pool-size-factorと同じである必要があります(キューが制限されていない限り、ThreadPoolExecutorはプールを拡張しません)