Skip to content

Commit 81e8151

Browse files
committedJan 30, 2018
Bumped max metaspace to 512m
1 parent 05a4790 commit 81e8151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.sbtopts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-J-Xms2g
22
-J-Xmx4g
3-
-J-XX:MetaspaceSize=512m
3+
-J-XX:MaxMetaspaceSize=512m

1 commit comments

Comments
 (1)

guersam commented on Jan 30, 2018

@guersam
Contributor

Maybe we need to consider Test / javaOptions setting in build.sbt as well, because JVM tests are running on a forked VM now.

Please sign in to comment.