mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-13 13:27:03 +02:00
Add LXC_MEM_MIN to constatns-service.conf
This commit is contained in:
@ -40,5 +40,8 @@ NEXTCLOUD_DB_USR="nextcloud"
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
NEXTCLOUD_DB_PWD="$(random_password)"
|
||||
|
||||
# Sets the minimum amount of RAM the service needs for operation
|
||||
LXC_MEM_MIN=4096
|
||||
|
||||
# service dependent meta tags
|
||||
SERVICE_TAGS="php-fpm,nginx,postgresql"
|
Reference in New Issue
Block a user