We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b28f37 commit ee46891Copy full SHA for ee46891
.github/actions/gradle-args/action.yml
@@ -53,6 +53,10 @@ runs:
53
54
availableMemory=$((totalMemory - memoryOverhead))
55
56
+ echo " total memory: $totalMemory"
57
+ echo " memory overhead: $memoryOverhead"
58
+ echo "available memory: $availableMemory"
59
+
60
jvmArgs="-Xmx${availableMemory}g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
61
62
propertyArgs="-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false"
0 commit comments