Skip to content

Commit dd89133

Browse files
authored
Merge pull request #4623 from danicheg/increase-resources
Adjust the JVM options to heal the Native build on CI
2 parents 52a0dd1 + 2c93e21 commit dd89133

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.jvmopts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
-Dfile.encoding=UTF8
2-
-Xms1G
3-
-Xmx5G
4-
-XX:ReservedCodeCacheSize=500M
5-
-XX:+TieredCompilation
2+
-Xms2G
3+
-Xmx8G
4+
-Xss4m
5+
-XX:ReservedCodeCacheSize=512m
6+
-XX:MaxMetaspaceSize=512M
67
-XX:+UseParallelGC
8+
-XX:+TieredCompilation
9+
-XX:+UseAdaptiveSizePolicy

0 commit comments

Comments
 (0)