fix: increase procLimit to 10000 to fix git-lfs pthread_create crash

This commit is contained in:
张泊明518370910136 2026-07-23 03:36:35 -07:00
parent 90436e5110
commit 69cace6b07
GPG Key ID: CA088E6D9284F870

View File

@ -16,7 +16,7 @@
],
"cpuLimit": 10000000000,
"memoryLimit": 104857600,
"procLimit": 200,
"procLimit": 10000,
"copyInDir": ".",
"copyIn": {
"/tmp/repo-health-checker": {