We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a4790 commit 81e8151Copy full SHA for 81e8151
.sbtopts
@@ -1,3 +1,3 @@
1
-J-Xms2g
2
-J-Xmx4g
3
--J-XX:MetaspaceSize=512m
+-J-XX:MaxMetaspaceSize=512m
Maybe we need to consider Test / javaOptions setting in build.sbt as well, because JVM tests are running on a forked VM now.
Test / javaOptions
build.sbt
1 commit comments
guersam commentedon Jan 30, 2018
Maybe we need to consider
Test / javaOptions
setting inbuild.sbt
as well, because JVM tests are running on a forked VM now.