fix: increase procLimit to 10000 and memoryLimit to 512MB

This commit is contained in:
张泊明518370910136 2026-07-23 04:39:51 -07:00
parent 0255cace13
commit 5f619d53ab
GPG Key ID: CA088E6D9284F870

View File

@ -16,8 +16,8 @@
"PATH=/usr/bin:/bin"
],
"cpuLimit": 10000000000,
"memoryLimit": 209715200,
"procLimit": 50,
"memoryLimit": 536870912,
"procLimit": 10000,
"copyInDir": ".",
"copyOut": [
"stdout",
@ -63,8 +63,8 @@
"PATH=/usr/bin:/bin"
],
"cpuLimit": 1000000000,
"memoryLimit": 104857600,
"procLimit": 50,
"memoryLimit": 536870912,
"procLimit": 10000,
"copyOut": [
"stdout",
"stderr"