Skip to content

Commit 6941d55

Browse files
committed
.drone.yml: give tons of RAM to sbt
It can use up to 40 threads at once on the CI, so this makes some sense.
1 parent 66fd565 commit 6941d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pipeline:
55
commands:
66
- ln -s /var/cache/drone/scala-scala scala-scala
77
- ./scripts/update-scala-library
8-
- sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 publishLocal
9-
- sbt -J-Xmx1536m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
8+
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 publishLocal
9+
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
1010

1111
matrix:
1212
TEST:

0 commit comments

Comments
 (0)