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}" diff --git a/frontend/public/json/changedetection.json b/frontend/public/json/changedetection.json index 900b9d394..f1b58870a 100644 --- a/frontend/public/json/changedetection.json +++ b/frontend/public/json/changedetection.json @@ -19,8 +19,8 @@ "type": "default", "script": "ct/changedetection.sh", "resources": { - "cpu": 2, - "ram": 2048, + "cpu": 4, + "ram": 4096, "hdd": 10, "os": "debian", "version": "12"