Skip to content

Commit ebb311c

Browse files
authored
Merge pull request #3304 from Gedochao/maintenance/revert-memory-changes-2
Revert Mill & Docker memory changes
2 parents ff2dfae + f07bd4f commit ebb311c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ 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 \
2019
ubuntu:20.04 \
2120
/data/utils/build-linux-aarch64-from-docker.sh

.mill-jvm-opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-Xmx4096m
1+
-Xmx2048m
22
-Xms128m
33
-Xss8m
44
-Dxsbt.skip.cp.lookup=true

0 commit comments

Comments
 (0)