Assuming that processes and / or threads are not running at the same time, which means that all CPUs and cores are inactive, this will be 1 thread for each logical processor on the processor. For example, if you have an Intel processor with 4 cores, but these cores have hyperthreading, then 8 worker threads will be executed, performing a parallel operation.
In any case, this is the same value returned by the method availableProcessorsin the JDK.
, tabulate - .