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 c44e578 commit 27852c1Copy full SHA for 27852c1
scripts/github-actions/ci-build.sh
@@ -5,7 +5,7 @@ set -eufo pipefail
5
set -x
6
7
# Define heap size for GitHub Actions runner
8
-HEAP_SIZE="-Xmx4g"
+HEAP_SIZE="-Xmx"
9
10
# Default to auto if no parameter is provided
11
CACHE_RESULTS="auto"
0 commit comments