Add LXC_MEM_MIN to constatns-service.conf

This commit is contained in:
2023-02-10 18:07:46 +01:00
parent f70f36550c
commit 19da148310
24 changed files with 70 additions and 4 deletions

View File

@ -26,5 +26,8 @@ PILER_SPHINX_VERSION="3.3.1"
# Defines the php version to install
PILER_PHP_VERSION="7.4"
# Sets the minimum amount of RAM the service needs for operation
LXC_MEM_MIN=1024
# service dependent meta tags
SERVICE_TAGS="php-fpm,nginx,mariadb,sphinx"