mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-14 14:48:33 +02:00
More RAM for trmm
This commit is contained in:
parent
aea5fad54d
commit
21de64cd57
1 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,9 @@ RMM_DB_IP="127.0.0.1"
|
||||||
# Defines the PORT from the SQL server
|
# Defines the PORT from the SQL server
|
||||||
RMM_DB_PORT="5432"
|
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
|
# Defines the name from the SQL database
|
||||||
RMM_DB_NAME="rmm"
|
RMM_DB_NAME="rmm"
|
||||||
|
|
||||||
|
@ -41,7 +44,7 @@ meshusername="$(random_password)"
|
||||||
|
|
||||||
# vars from tactical-rmm install script
|
# vars from tactical-rmm install script
|
||||||
SCRIPTS_DIR="/opt/trmm-community-scripts"
|
SCRIPTS_DIR="/opt/trmm-community-scripts"
|
||||||
PYTHON_VER="3.10.4"
|
|
||||||
TMP_FILE=$(mktemp -p "" "rmminstall_XXXXXXXXXX")
|
TMP_FILE=$(mktemp -p "" "rmminstall_XXXXXXXXXX")
|
||||||
osname=debian
|
osname=debian
|
||||||
djangousername=admin
|
djangousername=admin
|
Loading…
Add table
Add a link
Reference in a new issue