Skip to content

Commit

Permalink
Merge pull request #2086 from scalacenter/tweak-jvm
Browse files Browse the repository at this point in the history
tweak JVM options to better handle project cardinality
  • Loading branch information
bjaglin authored Sep 27, 2024
2 parents aadace9 + a8effb8 commit f2818e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-Xss4m
-Xms1G
-Xmx2G
-XX:ReservedCodeCacheSize=1024m
-Xss2m
-Xms2G
-Xmx4G
-XX:ReservedCodeCacheSize=512m
-XX:+UseG1GC
-XX:+TieredCompilation
-Dfile.encoding=UTF-8

0 comments on commit f2818e5

Please sign in to comment.