Update doc: conf.toml detail
parent
7bc26a1509
commit
11987392b6
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user