changedetection: fix: increase ressources (#9171)

* changedetection: fix: increase ressources

* changedetection: increase ressources
This commit is contained in:
Tobias
2025-11-15 20:28:42 +01:00
committed by GitHub
parent fa9b815474
commit dba8fc630e
2 changed files with 4 additions and 4 deletions

View File

@@ -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"