Skip to content

Commit

Permalink
Merge pull request #3303 from Gedochao/maintenance/increase-linux-arm…
Browse files Browse the repository at this point in the history
…64-docker-memory

Bump Linux arm64 docker memory to 8192m
  • Loading branch information
tgodzik authored Nov 19, 2024
2 parents 221702b + d8eecd3 commit fa95203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/build-linux-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ docker run $(if test -t 1; then echo "-it"; fi) --rm \
-w /data \
-e "CI=$CI" \
-e "JAVA_OPTS=-Djdk.lang.Process.launchMechanism=vfork" \
--memory=8192m \
ubuntu:20.04 \
/data/utils/build-linux-aarch64-from-docker.sh

0 comments on commit fa95203

Please sign in to comment.