Skip to content

Commit 851a0b9

Browse files
committed
Increase MaxMetaspaceSize
The JVM default is infinite but the docker image uses an sbt script which sets the max to 256m
1 parent 3d1128b commit 851a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline:
55
commands:
66
- ln -s /var/cache/drone/scala-scala scala-scala
77
- ./scripts/update-scala-library
8-
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:+PrintGCDetails -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
8+
- sbt -J-Xmx4096m -J-XX:ReservedCodeCacheSize=512m -J-XX:MaxMetaspaceSize=1024m -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
99

1010
matrix:
1111
TEST:

0 commit comments

Comments
 (0)