fix(conf.toml): Make the memory limit 4 times larger

This commit is contained in:
张佳澈520370910044 2024-05-07 16:00:13 +08:00
parent 580d9c9e20
commit 4b00eacf88

View File

@ -33,7 +33,7 @@ name = "sandbox"
args = ["bash", "-c", "clang-tidy --header-filter=.* --quiet -checks=* src/*.cpp -p build"]
env = ["PATH=/usr/bin:/bin:/usr/local/bin"]
cpuLimit = 10_000_000_000
memoryLimit = 104_857_600
memoryLimit = 419_430_400
procLimit = 50
copyInCwd = true
copyOut = ["stdout"]