From 69cace6b0722a67f2cf90d95f8a6562688dd812e Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 23 Jul 2026 03:36:35 -0700 Subject: [PATCH] fix: increase procLimit to 10000 to fix git-lfs pthread_create crash --- conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.json b/conf.json index 5368ec1..8d7424d 100644 --- a/conf.json +++ b/conf.json @@ -16,7 +16,7 @@ ], "cpuLimit": 10000000000, "memoryLimit": 104857600, - "procLimit": 200, + "procLimit": 10000, "copyInDir": ".", "copyIn": { "/tmp/repo-health-checker": {