forked from bashclub/zamba-lxc-toolbox
zabbix: Fix memory
This commit is contained in:
@ -36,7 +36,7 @@ ZABBIX_DB_USR="zabbix"
|
|||||||
ZABBIX_DB_PWD="$(random_password)"
|
ZABBIX_DB_PWD="$(random_password)"
|
||||||
|
|
||||||
# Sets the minimum amount of RAM the service needs for operation
|
# Sets the minimum amount of RAM the service needs for operation
|
||||||
LXC_MEM_MIN=2048
|
LXC_MEM_MIN=4096
|
||||||
|
|
||||||
# service dependent meta tags
|
# service dependent meta tags
|
||||||
SERVICE_TAGS="php-fpm,nginx,postgresql"
|
SERVICE_TAGS="php-fpm,nginx,postgresql"
|
Reference in New Issue
Block a user