Element Synapse CT RAM increased from 1024 to 2048 (#6330)

This commit is contained in:
TJ 2025-07-29 05:55:46 +01:00 committed by GitHub
parent c8a107e730
commit 25a8df4902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="Element Synapse"
var_tags="${var_tags:-server}"
var_cpu="${var_cpu:-1}"
var_ram="${var_ram:-1024}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-4}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"

View File

@ -20,7 +20,7 @@
"script": "ct/elementsynapse.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"