Adjust gc arguments [stage]

This commit is contained in:
crschnick
2025-06-11 10:20:29 +00:00
parent 6cd64fa046
commit 2de2ac44a6
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -168,16 +168,14 @@ project.ext {
// GC config
jvmRunArgs += [
'-Xlog:gc',
'-XX:+UseG1GC',
'-Xms300m',
'-Xmx4G',
'-XX:GCTimeRatio=9',
'-XX:+UseStringDeduplication',
'-XX:+PrintGCDetails',
// These are very important for some (mostly slower) systems
// The default makes GC pauses 100x times longer for some reason
'-XX:G1HeapRegionSize=1m',
'-XX:G1HeapRegionSize=4m',
'-XX:MaxGCPauseMillis=2000'
];
+1 -1
View File
@@ -1 +1 @@
16.7-2
16.7-3