From 9d14871fb8d6890981c3190c4e9cb0701d2117e0 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 23 Jul 2026 04:17:16 -0700 Subject: [PATCH] fix: increase memoryLimit to 536870912 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 8d7424d..ed45595 100644 --- a/conf.json +++ b/conf.json @@ -15,7 +15,7 @@ "PATH=/usr/bin:/bin" ], "cpuLimit": 10000000000, - "memoryLimit": 104857600, + "memoryLimit": 536870912, "procLimit": 10000, "copyInDir": ".", "copyIn": {