Bump Stoatchat RAM, limit cargo, remove xyops env

Increase Stoatchat default RAM from 8192 to 10240 in ct/stoatchat.sh and json/stoatchat.json. Add cargo -j 2 to backend builds in ct/stoatchat.sh and install/stoatchat-install.sh to limit parallel jobs. Remove two environment variables (XYOPS_xysat_local and XYOPS_masters) from install/xyops-install.sh service definition to avoid hardcoded local settings.
This commit is contained in:
MickLesk
2026-05-08 10:19:46 +02:00
parent 826ebc3c84
commit 74474325c8
4 changed files with 4 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
"config_path": "/Revolt.toml",
"resources": {
"cpu": 4,
"ram": 8192,
"ram": 10240,
"hdd": 30,
"os": "Debian",
"version": "13"