From 8d43d3cf0796b685255c796e1ee7c14ddd3caaf4 Mon Sep 17 00:00:00 2001 From: Rigo Date: Tue, 31 May 2022 10:15:44 +0200 Subject: [PATCH] Defines the amount of RAM (default) 1GB ->2GB Defines the amount of RAM for elasticsearch (Java option) --- src/zammad/constants-service.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/zammad/constants-service.conf b/src/zammad/constants-service.conf index 1e8fb5e..c105eb5 100644 --- a/src/zammad/constants-service.conf +++ b/src/zammad/constants-service.conf @@ -18,3 +18,6 @@ LXC_UNPRIVILEGED="1" # enable nesting feature LXC_NESTING="1" + +# Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024) +LXC_MEM="2048" \ No newline at end of file