fix(conf.toml): Make the memory limit 4 times larger
This commit is contained in:
parent
580d9c9e20
commit
4b00eacf88
|
@ -33,7 +33,7 @@ name = "sandbox"
|
||||||
args = ["bash", "-c", "clang-tidy --header-filter=.* --quiet -checks=* src/*.cpp -p build"]
|
args = ["bash", "-c", "clang-tidy --header-filter=.* --quiet -checks=* src/*.cpp -p build"]
|
||||||
env = ["PATH=/usr/bin:/bin:/usr/local/bin"]
|
env = ["PATH=/usr/bin:/bin:/usr/local/bin"]
|
||||||
cpuLimit = 10_000_000_000
|
cpuLimit = 10_000_000_000
|
||||||
memoryLimit = 104_857_600
|
memoryLimit = 419_430_400
|
||||||
procLimit = 50
|
procLimit = 50
|
||||||
copyInCwd = true
|
copyInCwd = true
|
||||||
copyOut = ["stdout"]
|
copyOut = ["stdout"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user