From bdb84233870814e722f6e57a2680435636841e63 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 15 Nov 2025 16:24:56 +0100 Subject: [PATCH] changedetection: fix: increase ressources --- ct/changedetection.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index a573d6a02..c09cb1005 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -7,8 +7,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Change Detection" var_tags="${var_tags:-monitoring;crawler}" -var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-2048}" +var_cpu="${var_cpu:-4}" +var_ram="${var_ram:-4096}" var_disk="${var_disk:-10}" var_os="${var_os:-debian}" var_version="${var_version:-12}"