From ec5bc5796c2dd03091a5f05d869679c7a43fcb81 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 5 May 2024 13:02:58 +0200 Subject: [PATCH] Fix mailpiler min ram --- src/piler/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/piler/constants-service.conf b/src/piler/constants-service.conf index 873a465..88aac0c 100644 --- a/src/piler/constants-service.conf +++ b/src/piler/constants-service.conf @@ -25,7 +25,7 @@ LXC_NESTING="1" LXC_KEYCTL="0" # Sets the minimum amount of RAM the service needs for operation -LXC_MEM_MIN=1024 +LXC_MEM_MIN=2048 # service dependent meta tags SERVICE_TAGS="php-fpm,nginx,mariadb,manticore" \ No newline at end of file