We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104dcd5 commit 9a0df82Copy full SHA for 9a0df82
1 file changed
internal/executor/executor.go
@@ -397,6 +397,7 @@ func buildNsJailArgs(configPath string, spec sandboxSpec, timeLimit int) []strin
397
"--rlimit_cpu", strconv.Itoa(spec.RlimitCPUSec),
398
"--rlimit_nofile", strconv.Itoa(spec.RlimitNoFile),
399
"--time_limit", strconv.Itoa(timeLimit),
400
+ "--disable_rlimits",
401
"--",
402
spec.CommandPath,
403
)
0 commit comments