From 990991217d42ef1ca3b1fbfcd8f4a8a4ad756544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Wed, 13 Nov 2019 12:35:37 +0100 Subject: [PATCH] Increase template config.yml memlimit --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index 4339252..1cb84f0 100644 --- a/config.yml +++ b/config.yml @@ -8,5 +8,6 @@ crp_config: controller: ports: ["5555/controller"] solvable: + mem_limit: "200M" capabilities: ["SETUID", "SETGID", "CHOWN", "AUDIT_WRITE", "DAC_OVERRIDE", "KILL"] ports: ["8888/http"]