Skip to content

Commit

Permalink
Merge pull request #3304 from Gedochao/maintenance/revert-memory-chan…
Browse files Browse the repository at this point in the history
…ges-2

Revert Mill & Docker memory changes
  • Loading branch information
Gedochao authored Nov 20, 2024
2 parents ff2dfae + f07bd4f commit ebb311c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/build-linux-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ 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
2 changes: 1 addition & 1 deletion .mill-jvm-opts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-Xmx4096m
-Xmx2048m
-Xms128m
-Xss8m
-Dxsbt.skip.cp.lookup=true

0 comments on commit ebb311c

Please sign in to comment.