Consider using -J-XX:CICompilerCount=2 · Issue #3021 · sbt/...
By default, JVM interpreter runs with one thread while compiler (C2) does with two. Adding CICompilerCount to two tells the JVM to use two threads for interpreter. In my experience, this flag has a positive impact on sbt startup time (fo...