Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 631a85a

Browse files
committed
Up the pids limit
1 parent 90baa38 commit 631a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl Container {
2121
.arg("--cap-drop=ALL")
2222
.arg("--memory=128m")
2323
.arg("--net=none")
24-
.arg("--pids-limit=5")
24+
.arg("--pids-limit=20")
2525
.arg("--security-opt=no-new-privileges")
2626
.arg("--interactive")
2727
.arg(name)

0 commit comments

Comments
 (0)