Increase DrawDB RAM/disk and format homelable JSON

Raise default resources for DrawDB container: update ct/drawdb.sh to set var_ram from 2048 to 6144 and var_disk from 4 to 5 to allocate more memory and disk. Also adjust json/homelable.json formatting by expanding the categories array to multiple lines for readability; no functional metadata changes.
This commit is contained in:
CanbiZ (MickLesk)
2026-03-30 11:22:17 +02:00
parent c91d4a43c8
commit ddb4c09e2d
2 changed files with 6 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
APP="DrawDB"
var_tags="${var_tags:-database;dev-tools}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-4}"
var_ram="${var_ram:-6144}"
var_disk="${var_disk:-5}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"

View File

@@ -1,7 +1,9 @@
{
"name": "Homelable",
"slug": "homelable",
"categories": [9],
"categories": [
9
],
"date_created": "2026-03-30",
"type": "ct",
"updateable": true,
@@ -35,4 +37,4 @@
"type": "warning"
}
]
}
}