Skip to content

Commit 5b06083

Browse files
committed
Double heap size
1 parent f7ef8f4 commit 5b06083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eufo pipefail
55
set -x
66

77
# Define heap size for GitHub Actions runner
8-
HEAP_SIZE="-Xmx"
8+
HEAP_SIZE="-Xmx8g"
99

1010
# Default to auto if no parameter is provided
1111
CACHE_RESULTS="auto"

0 commit comments

Comments
 (0)