Skip to content

Commit 67baacb

Browse files
jiminhsiehJimin Hsieh
authored and
Jimin Hsieh
committed
Fix JVM options
1 parent 725382d commit 67baacb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.jvmopts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-Dfile.encoding=UTF8
22
-Xms1G
3-
-Xmx6G
4-
-XX:MaxPermSize=512M
3+
-Xmx3G
4+
-XX:MaxMetaspaceSize=512M
55
-XX:ReservedCodeCacheSize=250M
66
-XX:+TieredCompilation
77
-XX:-UseGCOverheadLimit

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lazy val benchmarks = project
181181
"-XX:+CMSParallelRemarkEnabled",
182182
"-XX:+CMSClassUnloadingEnabled",
183183
"-XX:ReservedCodeCacheSize=128m",
184-
"-XX:MaxPermSize=1024m",
184+
"-XX:MaxMetaspaceSize=1024m",
185185
"-Xss8M",
186186
"-Xms512M",
187187
"-XX:SurvivorRatio=128",

0 commit comments

Comments
 (0)