Skip to content

Commit 924a04b

Browse files
committed
specify memory
1 parent a67d2c0 commit 924a04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper.linux.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ function runInContainer
16481648
# cover SIGINT, since this will directly abort the whole function.
16491649
set c ("$DOCKER" run -d --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined \
16501650
--pids-limit 256704 \
1651-
-m 256G \
1651+
-m 64G \
16521652
-v $WORKDIR/work/:$INNERWORKDIR \
16531653
-v $SSH_AUTH_SOCK:/ssh-agent \
16541654
-v "$WORKDIR/jenkins/helper":"$WORKSPACE/jenkins/helper" \

scripts/lib/build.fish

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)