fix: increase procLimit to 10000 and memoryLimit to 512MB
This commit is contained in:
parent
a90e4ae896
commit
013a3b4fba
|
|
@ -16,8 +16,8 @@
|
||||||
"PATH=/usr/bin:/bin"
|
"PATH=/usr/bin:/bin"
|
||||||
],
|
],
|
||||||
"cpuLimit": 10000000000,
|
"cpuLimit": 10000000000,
|
||||||
"memoryLimit": 209715200,
|
"memoryLimit": 536870912,
|
||||||
"procLimit": 50,
|
"procLimit": 10000,
|
||||||
"copyInDir": ".",
|
"copyInDir": ".",
|
||||||
"copyOut": [
|
"copyOut": [
|
||||||
"stdout",
|
"stdout",
|
||||||
|
|
@ -59,8 +59,8 @@
|
||||||
"PATH=/usr/bin:/bin"
|
"PATH=/usr/bin:/bin"
|
||||||
],
|
],
|
||||||
"cpuLimit": 1000000000,
|
"cpuLimit": 1000000000,
|
||||||
"memoryLimit": 104857600,
|
"memoryLimit": 536870912,
|
||||||
"procLimit": 50,
|
"procLimit": 10000,
|
||||||
"copyOut": [
|
"copyOut": [
|
||||||
"stdout",
|
"stdout",
|
||||||
"stderr"
|
"stderr"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user