Skip to content

Commit

Permalink
Adjust the JVM options to heal the Native build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jun 16, 2024
1 parent 9c1bb20 commit 2c93e21
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
-Dfile.encoding=UTF8
-Xms1G
-Xmx5G
-XX:ReservedCodeCacheSize=500M
-XX:+TieredCompilation
-Xms2G
-Xmx8G
-Xss4m
-XX:ReservedCodeCacheSize=512m
-XX:MaxMetaspaceSize=512M
-XX:+UseParallelGC
-XX:+TieredCompilation
-XX:+UseAdaptiveSizePolicy

0 comments on commit 2c93e21

Please sign in to comment.