zabbix: Fix memory

This commit is contained in:
thorstenspille 2023-02-12 15:29:18 +01:00
parent 1788a4cf63
commit d6d854577f

View File

@ -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"