We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67d2c0 commit 924a04bCopy full SHA for 924a04b
helper.linux.fish
@@ -1648,7 +1648,7 @@ function runInContainer
1648
# cover SIGINT, since this will directly abort the whole function.
1649
set c ("$DOCKER" run -d --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined \
1650
--pids-limit 256704 \
1651
- -m 256G \
+ -m 64G \
1652
-v $WORKDIR/work/:$INNERWORKDIR \
1653
-v $SSH_AUTH_SOCK:/ssh-agent \
1654
-v "$WORKDIR/jenkins/helper":"$WORKSPACE/jenkins/helper" \
scripts/lib/build.fish
@@ -220,7 +220,7 @@ function runMake
220
end
221
222
if test "$SHOW_DETAILS" = "On"
223
- make $MAKEFLAGS $argv[1] VERBOSE=1 2>&1
+ make $MAKEFLAGS $argv[1] VERBOSE=1 -j 32 2>&1
224
or exit $status
225
else
226
echo make output in work/buildArangoDB.log
0 commit comments