Skip to content

Commit 0271039

Browse files
authored
Merge pull request #10020 from dotty-staging/remove-maxmetaspacesize
.jvmopts: Remove MaxMetaspaceSize setting
2 parents cdca057 + 538e194 commit 0271039

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.jvmopts

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
-Xmx4096m
44
-XX:MaxInlineLevel=35
55
-XX:ReservedCodeCacheSize=512m
6-
-XX:MaxMetaspaceSize=1024m

project/scripts/sbt

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CMD="${1:?Missing sbt command}"
99
# run sbt with the supplied arg
1010
sbt -J-Xmx4096m \
1111
-J-XX:ReservedCodeCacheSize=512m \
12-
-J-XX:MaxMetaspaceSize=1024m \
1312
-DSBT_PGP_USE_GPG=false \
1413
-no-colors \
1514
"$CMD"

0 commit comments

Comments
 (0)