We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256a3e6 commit e3ca14cCopy full SHA for e3ca14c
helper.linux.fish
@@ -1701,7 +1701,7 @@ function runInContainer
1701
# cover SIGINT, since this will directly abort the whole function.
1702
set c ("$DOCKER" run -d --cap-add=SYS_PTRACE --privileged --security-opt seccomp=unconfined \
1703
--pids-limit 256704 \
1704
- -m 128G \
+ -m 256G \
1705
-v $WORKDIR/work/:$INNERWORKDIR \
1706
-v $SSH_AUTH_SOCK:/ssh-agent \
1707
-v "$WORKDIR/jenkins/helper":"$WORKSPACE/jenkins/helper" \
0 commit comments