From d8f104e765c55025ea5a92638e03002bc1d7b33a Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 4 Mar 2025 17:17:09 +0100 Subject: [PATCH] Changedetection: Increase RAM & Disk-Space (#2838) * Changedetection: Increase HDD & Disk-Space * Update changedetection.json --- ct/changedetection.sh | 4 ++-- json/changedetection.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 04dc36547..33a1bb41b 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -8,8 +8,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m APP="Change Detection" var_tags="monitoring;crawler" var_cpu="2" -var_ram="1024" -var_disk="8" +var_ram="2048" +var_disk="10" var_os="debian" var_version="12" var_unprivileged="1" diff --git a/json/changedetection.json b/json/changedetection.json index 1bff31c96..0b7a171c5 100644 --- a/json/changedetection.json +++ b/json/changedetection.json @@ -19,8 +19,8 @@ "script": "ct/changedetection.sh", "resources": { "cpu": 2, - "ram": 1024, - "hdd": 8, + "ram": 2048, + "hdd": 10, "os": "debian", "version": "12" } @@ -31,4 +31,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}