diff --git a/conf.json b/conf.json index 54dcd94..5368ec1 100644 --- a/conf.json +++ b/conf.json @@ -16,7 +16,7 @@ ], "cpuLimit": 10000000000, "memoryLimit": 104857600, - "procLimit": 50, + "procLimit": 200, "copyInDir": ".", "copyIn": { "/tmp/repo-health-checker": { @@ -32,11 +32,11 @@ }, "stdout": { "name": "stdout", - "max": 4096 + "max": 16384 }, "stderr": { "name": "stderr", - "max": 4096 + "max": 16384 } } }