From 2bc7a88d6065e1f584e3999237e03d9ccab9ee76 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 15 Nov 2025 16:26:13 +0100 Subject: [PATCH] changedetection: increase ressources --- frontend/public/json/changedetection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"