We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9b815 commit dba8fc6Copy full SHA for dba8fc6
ct/changedetection.sh
@@ -7,8 +7,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
7
8
APP="Change Detection"
9
var_tags="${var_tags:-monitoring;crawler}"
10
-var_cpu="${var_cpu:-2}"
11
-var_ram="${var_ram:-2048}"
+var_cpu="${var_cpu:-4}"
+var_ram="${var_ram:-4096}"
12
var_disk="${var_disk:-10}"
13
var_os="${var_os:-debian}"
14
var_version="${var_version:-12}"
frontend/public/json/changedetection.json
@@ -19,8 +19,8 @@
19
"type": "default",
20
"script": "ct/changedetection.sh",
21
"resources": {
22
- "cpu": 2,
23
- "ram": 2048,
+ "cpu": 4,
+ "ram": 4096,
24
"hdd": 10,
25
"os": "debian",
26
"version": "12"
0 commit comments