Skip to content

Commit 9c1d91c

Browse files
committed
specify memory
1 parent e3ca14c commit 9c1d91c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper.linux.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

scripts/lib/build.fish

Lines changed: 1 addition & 1 deletion
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)