fix: increase procLimit to 10000 to fix git-lfs pthread_create crash
This commit is contained in:
parent
90436e5110
commit
69cace6b07
|
|
@ -16,7 +16,7 @@
|
||||||
],
|
],
|
||||||
"cpuLimit": 10000000000,
|
"cpuLimit": 10000000000,
|
||||||
"memoryLimit": 104857600,
|
"memoryLimit": 104857600,
|
||||||
"procLimit": 200,
|
"procLimit": 10000,
|
||||||
"copyInDir": ".",
|
"copyInDir": ".",
|
||||||
"copyIn": {
|
"copyIn": {
|
||||||
"/tmp/repo-health-checker": {
|
"/tmp/repo-health-checker": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user