mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
changedetection: fix: increase ressources (#9171)
* changedetection: fix: increase ressources * changedetection: increase ressources
This commit is contained in:
parent
fa9b815474
commit
dba8fc630e
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue