File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1701,7 +1701,7 @@ function runInContainer
17011701 # cover SIGINT, since this will directly abort the whole function.
17021702 set c (" $DOCKER " run -d --cap-add =SYS_PTRACE --privileged --security-opt seccomp=unconfined \
17031703 --pids-limit 256704 \
1704- -m 256G \
1704+ -m 64G \
17051705 -v $WORKDIR /work/:$INNERWORKDIR \
17061706 -v $SSH_AUTH_SOCK :/ssh-agent \
17071707 -v " $WORKDIR /jenkins/helper" :" $WORKSPACE /jenkins/helper" \
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ function runMake
220220 end
221221
222222 if test " $SHOW_DETAILS " = " On"
223- make $MAKEFLAGS $argv [1] VERBOSE=1 2>&1
223+ make $MAKEFLAGS $argv [1] VERBOSE=1 -j 32 2>&1
224224 or exit $status
225225 else
226226 echo make output in work/buildArangoDB.log
You can’t perform that action at this time.
0 commit comments