mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
zabbix: Fix memory
This commit is contained in:
parent
1788a4cf63
commit
d6d854577f
@ -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"
|
Loading…
Reference in New Issue
Block a user