We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff2dfae + f07bd4f commit ebb311cCopy full SHA for ebb311c
.github/scripts/build-linux-aarch64.sh
@@ -16,6 +16,5 @@ docker run $(if test -t 1; then echo "-it"; fi) --rm \
16
-w /data \
17
-e "CI=$CI" \
18
-e "JAVA_OPTS=-Djdk.lang.Process.launchMechanism=vfork" \
19
- --memory=8192m \
20
ubuntu:20.04 \
21
/data/utils/build-linux-aarch64-from-docker.sh
.mill-jvm-opts
@@ -1,4 +1,4 @@
1
--Xmx4096m
+-Xmx2048m
2
-Xms128m
3
-Xss8m
4
-Dxsbt.skip.cp.lookup=true
0 commit comments