From 23c4166e182e32fea288e5f7bf89c455e4ff3425 Mon Sep 17 00:00:00 2001 From: DerFossiBaer <56678897+DerFossiBaer@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:05:46 +0100 Subject: [PATCH] Update constants-service.conf Due to oom-killers set MEM to 4096MB --- src/omada/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/omada/constants-service.conf b/src/omada/constants-service.conf index 4f9f90b..5194b1f 100644 --- a/src/omada/constants-service.conf +++ b/src/omada/constants-service.conf @@ -27,7 +27,7 @@ LXC_NESTING="1" LXC_KEYCTL="0" # Sets the minimum amount of RAM the service needs for operation -LXC_MEM_MIN=2048 +LXC_MEM_MIN=4096 # service dependent meta tags SERVICE_TAGS="mongodb-server,java"