chore: update example cpu limit time

This commit is contained in:
张泊明518370910136 2024-03-05 04:38:04 -05:00
parent 0e87ad8943
commit c8f0fde629
GPG Key ID: D47306D7062CDA9D

View File

@ -32,7 +32,7 @@ name = "sandbox"
[stages.executor.with.default]
args = ["./a"]
env = ["PATH=/usr/bin:/bin"]
cpuLimit = 10_000_000_000
cpuLimit = 1_000_000_000
memoryLimit = 104_857_600
procLimit = 50
copyOut = ["stdout", "stderr"]