1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-03-08 13:19:05 +00:00

Changedetection: Increase RAM & Disk-Space (#2838)

* Changedetection: Increase HDD & Disk-Space

* Update changedetection.json
This commit is contained in:
CanbiZ 2025-03-04 17:17:09 +01:00 committed by GitHub
parent 52e8568bdb
commit d8f104e765
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -19,8 +19,8 @@
"script": "ct/changedetection.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 8,
"ram": 2048,
"hdd": 10,
"os": "debian",
"version": "12"
}