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 f7ef8f4 commit 5b06083Copy full SHA for 5b06083
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="-Xmx"
+HEAP_SIZE="-Xmx8g"
9
10
# Default to auto if no parameter is provided
11
CACHE_RESULTS="auto"
0 commit comments