Skip to content

Commit

Permalink
log the parsed memory values in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RBusarow committed Feb 6, 2024
1 parent 3b28f37 commit ee46891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/gradle-args/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ runs:
availableMemory=$((totalMemory - memoryOverhead))
echo " total memory: $totalMemory"
echo " memory overhead: $memoryOverhead"
echo "available memory: $availableMemory"
jvmArgs="-Xmx${availableMemory}g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8"
propertyArgs="-Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false"
Expand Down

0 comments on commit ee46891

Please sign in to comment.