We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5653022 commit d687a9bCopy full SHA for d687a9b
.jvmopts
@@ -1,4 +1,6 @@
1
-Xss1m
2
-Xms512m
3
--Xmx1200m
+-Xmx4096m
4
-XX:MaxInlineLevel=35
5
+-XX:ReservedCodeCacheSize=512m
6
+-XX:MaxMetaspaceSize=1024m
project/scripts/sbt
@@ -10,7 +10,6 @@ CMD="${1:?Missing sbt command}"
10
sbt -J-Xmx4096m \
11
-J-XX:ReservedCodeCacheSize=512m \
12
-J-XX:MaxMetaspaceSize=1024m \
13
- -Ddotty.drone.mem=4096m \
14
-DSBT_PGP_USE_GPG=false \
15
-no-colors \
16
"$CMD"
0 commit comments