mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
Running publishLocal in the zinc project can cause gc thrashing with the default parallelgc collector using jdk8 on my laptop. If I switch to G1GC, it does not thrash even if I leave the heap the same size.