Commit Graph

3 Commits

Author SHA1 Message Date
Seth Tisue 11da1fe0c1 give sbt more heap (2G instead of 1.5)
people have more RAM in their machines these days, and more cores
too which means more parallelism which needs more heap.  I've sometimes
seen sbt give GC warnings, so that's evidence more heap would help,
and 2G is still pretty small by current standards so I don't really
see a downside here
2020-12-10 18:14:06 -08:00
Lukas Rytz 1566749c8c Set Xss
We've seen stack overflows on travis lately. Since we're using 1M on
Jenkins and didn't see failures, let's see if Xss1M fixes it on travis.

https://github.com/scala/scala-dev/issues/570
2018-11-05 15:58:06 +01:00
NthPortal b091a6506e Add .jvmopts for sbt 2018-10-24 12:49:20 -04:00