We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdca057 + 538e194 commit 0271039Copy full SHA for 0271039
.jvmopts
@@ -3,4 +3,3 @@
3
-Xmx4096m
4
-XX:MaxInlineLevel=35
5
-XX:ReservedCodeCacheSize=512m
6
--XX:MaxMetaspaceSize=1024m
project/scripts/sbt
@@ -9,7 +9,6 @@ CMD="${1:?Missing sbt command}"
9
# run sbt with the supplied arg
10
sbt -J-Xmx4096m \
11
-J-XX:ReservedCodeCacheSize=512m \
12
- -J-XX:MaxMetaspaceSize=1024m \
13
-DSBT_PGP_USE_GPG=false \
14
-no-colors \
15
"$CMD"
0 commit comments