fix: increase procLimit to 10000 and memoryLimit to 512MB
This commit is contained in:
parent
4165085879
commit
e305b9b6d1
|
|
@ -18,8 +18,8 @@
|
||||||
"PATH=/usr/bin:/bin"
|
"PATH=/usr/bin:/bin"
|
||||||
],
|
],
|
||||||
"cpuLimit": 10000000000,
|
"cpuLimit": 10000000000,
|
||||||
"memoryLimit": 104857600,
|
"memoryLimit": 536870912,
|
||||||
"procLimit": 50,
|
"procLimit": 10000,
|
||||||
"copyInDir": ".",
|
"copyInDir": ".",
|
||||||
"copyIn": {
|
"copyIn": {
|
||||||
"/tmp/repo-health-checker": {
|
"/tmp/repo-health-checker": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user