mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-03 01:25:04 +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
|
||||
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…
Add table
Add a link
Reference in a new issue