fix: increase procLimit to 10000 and memoryLimit to 512MB
This commit is contained in:
parent
4d68a37365
commit
eccd14ab96
|
|
@ -15,8 +15,8 @@
|
||||||
"PATH=/usr/bin:/bin:/usr/local/bin"
|
"PATH=/usr/bin:/bin:/usr/local/bin"
|
||||||
],
|
],
|
||||||
"cpuLimit": 10000000000,
|
"cpuLimit": 10000000000,
|
||||||
"memoryLimit": 104857600,
|
"memoryLimit": 536870912,
|
||||||
"procLimit": 50,
|
"procLimit": 10000,
|
||||||
"copyInDir": ".",
|
"copyInDir": ".",
|
||||||
"copyOut": [
|
"copyOut": [
|
||||||
"stdout",
|
"stdout",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user