From cdc428dd60e1dd04f95b7b219fef8cd5934917cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:20:52 +0000 Subject: [PATCH] chore(ct): sync pve-scripts-local defaults from PocketBase --- ct/pve-scripts-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/pve-scripts-local.sh b/ct/pve-scripts-local.sh index 417cd35ca..85bca208e 100644 --- a/ct/pve-scripts-local.sh +++ b/ct/pve-scripts-local.sh @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="PVE-Scripts-Local" var_tags="${var_tags:-pve-scripts-local}" var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-4096}" +var_ram="${var_ram:-6000}" var_disk="${var_disk:-10}" var_os="${var_os:-debian}" var_version="${var_version:-13}"