triplequote / intellij-scala

Scala plugin for IntelliJ IDEA
http://blog.jetbrains.com/scala/
Apache License 2.0
0 stars 2 forks source link

Configure the number of Hydra workers #1

Closed dragos closed 7 years ago

dragos commented 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).