mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
More RAM for trmm
This commit is contained in:
parent
aea5fad54d
commit
21de64cd57
@ -25,6 +25,9 @@ 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"
|
||||
|
||||
# Defines the name from the SQL database
|
||||
RMM_DB_NAME="rmm"
|
||||
|
||||
@ -41,7 +44,7 @@ meshusername="$(random_password)"
|
||||
|
||||
# vars from tactical-rmm install script
|
||||
SCRIPTS_DIR="/opt/trmm-community-scripts"
|
||||
PYTHON_VER="3.10.4"
|
||||
|
||||
TMP_FILE=$(mktemp -p "" "rmminstall_XXXXXXXXXX")
|
||||
osname=debian
|
||||
djangousername=admin
|
Loading…
Reference in New Issue
Block a user