From d073a575b8c7c18131455b94ce2dfcb9b7aea4be Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 23 Jul 2026 04:39:33 -0700 Subject: [PATCH] fix: increase procLimit to 10000 and memoryLimit to 512MB --- conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.json b/conf.json index 9a4d09c..dbbf8ac 100644 --- a/conf.json +++ b/conf.json @@ -16,8 +16,8 @@ "PATH=/usr/bin:/bin" ], "cpuLimit": 10000000000, - "memoryLimit": 104857600, - "procLimit": 50, + "memoryLimit": 536870912, + "procLimit": 10000, "copyInDir": ".", "copyIn": { "/tmp/repo-health-checker": {