Skip to content

Commit 06158dd

Browse files
committed
specify memory
1 parent 26dcd84 commit 06158dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helper.linux.fish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,6 +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 64G \
17041705
-v $WORKDIR/work/:$INNERWORKDIR \
17051706
-v $SSH_AUTH_SOCK:/ssh-agent \
17061707
-v "$WORKDIR/jenkins/helper":"$WORKSPACE/jenkins/helper" \

0 commit comments

Comments
 (0)