diff --git a/ct/stoatchat.sh b/ct/stoatchat.sh index bbdf1140..432fcfff 100644 --- a/ct/stoatchat.sh +++ b/ct/stoatchat.sh @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Stoatchat" var_tags="${var_tags:-chat;messaging;community}" var_cpu="${var_cpu:-4}" -var_ram="${var_ram:-8192}" +var_ram="${var_ram:-10240}" var_disk="${var_disk:-30}" var_os="${var_os:-debian}" var_version="${var_version:-13}" @@ -42,7 +42,7 @@ function update_script() { msg_info "Rebuilding Backend (Patience)" cd /opt/stoatchat - $STD cargo build --release --bins + $STD cargo build --release --bins -j 2 msg_ok "Rebuilt Backend" msg_info "Updating Web Frontend" diff --git a/install/stoatchat-install.sh b/install/stoatchat-install.sh index 44ea4940..ea2652a3 100644 --- a/install/stoatchat-install.sh +++ b/install/stoatchat-install.sh @@ -39,7 +39,7 @@ fetch_and_deploy_gh_release "stoatchat" "stoatchat/stoatchat" "tarball" msg_info "Building Backend (Patience)" cd /opt/stoatchat -$STD cargo build --release --bins +$STD cargo build --release --bins -j 2 msg_ok "Built Backend" NODE_VERSION="22" setup_nodejs diff --git a/install/xyops-install.sh b/install/xyops-install.sh index a9d41db2..67c2627a 100644 --- a/install/xyops-install.sh +++ b/install/xyops-install.sh @@ -56,8 +56,6 @@ Type=simple User=root WorkingDirectory=/opt/xyops Environment=XYOPS_foreground=1 -Environment=XYOPS_xysat_local=1 -Environment=XYOPS_masters=${LOCAL_IP} ExecStart=/usr/bin/node /opt/xyops/lib/main.js Restart=on-failure RestartSec=5 diff --git a/json/stoatchat.json b/json/stoatchat.json index 0db6f99d..412117e8 100644 --- a/json/stoatchat.json +++ b/json/stoatchat.json @@ -20,7 +20,7 @@ "config_path": "/Revolt.toml", "resources": { "cpu": 4, - "ram": 8192, + "ram": 10240, "hdd": 30, "os": "Debian", "version": "13"