Closed dragos closed 7 years ago
Hydra can run with any number of threads. The command line option is -cpus <n>. By default it is 1 (in Hydra), the IntelliJ default should be related to the number of cores on the machine, like in Sbt (N/2, usually 4).
-cpus <n>
Hydra can run with any number of threads. The command line option is
-cpus <n>
. By default it is 1 (in Hydra), the IntelliJ default should be related to the number of cores on the machine, like in Sbt (N/2, usually 4).