From eab572c3668b700670cc3b53e64a925860cbea38 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 23 Jul 2026 04:39:55 -0700 Subject: [PATCH] fix: increase procLimit to 10000 and memoryLimit to 512MB --- conf.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.json b/conf.json index 7d37acd..fdf00fd 100644 --- a/conf.json +++ b/conf.json @@ -16,8 +16,8 @@ "PATH=/usr/bin:/bin" ], "cpuLimit": 10000000000, - "memoryLimit": 209715200, - "procLimit": 50, + "memoryLimit": 536870912, + "procLimit": 10000, "copyInDir": ".", "copyOut": [ "stdout", @@ -63,8 +63,8 @@ "PATH=/usr/bin:/bin" ], "cpuLimit": 1000000000, - "memoryLimit": 104857600, - "procLimit": 50, + "memoryLimit": 536870912, + "procLimit": 10000, "copyOut": [ "stdout", "stderr"