Skip to content

Commit 27852c1

Browse files
committed
Update heap size
1 parent c44e578 commit 27852c1

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="-Xmx4g"
8+
HEAP_SIZE="-Xmx"
99

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

0 commit comments

Comments
 (0)