Skip to content

Commit d8f104e

Browse files
authored
Changedetection: Increase RAM & Disk-Space (#2838)
* Changedetection: Increase HDD & Disk-Space * Update changedetection.json
1 parent 52e8568 commit d8f104e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ct/changedetection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
88
APP="Change Detection"
99
var_tags="monitoring;crawler"
1010
var_cpu="2"
11-
var_ram="1024"
12-
var_disk="8"
11+
var_ram="2048"
12+
var_disk="10"
1313
var_os="debian"
1414
var_version="12"
1515
var_unprivileged="1"

json/changedetection.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"script": "ct/changedetection.sh",
2020
"resources": {
2121
"cpu": 2,
22-
"ram": 1024,
23-
"hdd": 8,
22+
"ram": 2048,
23+
"hdd": 10,
2424
"os": "debian",
2525
"version": "12"
2626
}
@@ -31,4 +31,4 @@
3131
"password": null
3232
},
3333
"notes": []
34-
}
34+
}

0 commit comments

Comments
 (0)