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

@ -25,8 +25,8 @@ RMM_DB_IP="127.0.0.1"
# Defines the PORT from the SQL server
RMM_DB_PORT="5432"
# Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024)
LXC_MEM="4096"
# Sets the minimum amount of RAM the service needs for operation
LXC_MEM_MIN=4096
# Defines the name from the SQL database
RMM_DB_NAME="rmm"