diff --git a/doc%3A-conf.toml-detail.md b/doc%3A-conf.toml-detail.md index a9dfa25..9c7faa8 100644 --- a/doc%3A-conf.toml-detail.md +++ b/doc%3A-conf.toml-detail.md @@ -29,10 +29,13 @@ name = "" # stage name here name = "sandbox" [stages.executor.with.default] args = [] # giving args here -env = ["PATH=/usr/bin:/bin:/usr/local/bin"] +env = ["PATH=/usr/bin:/bin:/usr/local/bin"] # provide env, usually set it as this example + +# cpu, memory and proc limit cpuLimit = 10_000_000_000 memoryLimit = 104_857_600 procLimit = 50 + copyInCwd = true copyOut = ["stdout", "stderr"] [stages.executor.with.default.copyIn.healthcheck]