Skip to content

Commit

Permalink
Merge pull request #4623 from danicheg/increase-resources
Browse files Browse the repository at this point in the history
Adjust the JVM options to heal the Native build on CI
  • Loading branch information
danicheg committed Jun 17, 2024
2 parents 52a0dd1 + 2c93e21 commit dd89133
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 dd89133

Please sign in to comment.