From d6d854577f9790f48166b957cb2c61098e5b6f92 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 12 Feb 2023 15:29:18 +0100 Subject: [PATCH] zabbix: Fix memory --- src/zabbix/constants-service.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zabbix/constants-service.conf b/src/zabbix/constants-service.conf index d4ac610..8e267ce 100644 --- a/src/zabbix/constants-service.conf +++ b/src/zabbix/constants-service.conf @@ -36,7 +36,7 @@ ZABBIX_DB_USR="zabbix" ZABBIX_DB_PWD="$(random_password)" # 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="php-fpm,nginx,postgresql" \ No newline at end of file