Skip to content

Commit fa95203

Browse files
authored
Merge pull request #3303 from Gedochao/maintenance/increase-linux-arm64-docker-memory
Bump Linux arm64 docker memory to 8192m
2 parents 221702b + d8eecd3 commit fa95203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/build-linux-aarch64.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ docker run $(if test -t 1; then echo "-it"; fi) --rm \
1616
-w /data \
1717
-e "CI=$CI" \
1818
-e "JAVA_OPTS=-Djdk.lang.Process.launchMechanism=vfork" \
19+
--memory=8192m \
1920
ubuntu:20.04 \
2021
/data/utils/build-linux-aarch64-from-docker.sh

0 commit comments

Comments
 (0)