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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"