Skip to content

Commit dba8fc6

Browse files
authored
changedetection: fix: increase ressources (#9171)
* changedetection: fix: increase ressources * changedetection: increase ressources
1 parent fa9b815 commit dba8fc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ct/changedetection.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
77

88
APP="Change Detection"
99
var_tags="${var_tags:-monitoring;crawler}"
10-
var_cpu="${var_cpu:-2}"
11-
var_ram="${var_ram:-2048}"
10+
var_cpu="${var_cpu:-4}"
11+
var_ram="${var_ram:-4096}"
1212
var_disk="${var_disk:-10}"
1313
var_os="${var_os:-debian}"
1414
var_version="${var_version:-12}"

frontend/public/json/changedetection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"type": "default",
2020
"script": "ct/changedetection.sh",
2121
"resources": {
22-
"cpu": 2,
23-
"ram": 2048,
22+
"cpu": 4,
23+
"ram": 4096,
2424
"hdd": 10,
2525
"os": "debian",
2626
"version": "12"

0 commit comments

Comments
 (0)