Skip to content

Commit ee46891

Browse files
committed
log the parsed memory values in CI
1 parent 3b28f37 commit ee46891

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/gradle-args/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ runs:
5353
5454
availableMemory=$((totalMemory - memoryOverhead))
5555
56+
echo " total memory: $totalMemory"
57+
echo " memory overhead: $memoryOverhead"
58+
echo "available memory: $availableMemory"
59+
5660
jvmArgs="-Xmx${availableMemory}g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
5761
5862
propertyArgs="-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false"

0 commit comments

Comments
 (0)