increase ressources for plane

This commit is contained in:
CanbiZ (MickLesk)
2026-03-25 10:28:26 +01:00
parent c64a0c60ab
commit 2656564702
2 changed files with 5 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/
APP="Plane"
var_tags="${var_tags:-project-management}"
var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-4096}"
var_cpu="${var_cpu:-4}"
var_ram="${var_ram:-6144}"
var_disk="${var_disk:-8}"
var_os="${var_os:-debian}"
var_version="${var_version:-13}"

View File

@@ -19,8 +19,8 @@
"type": "default",
"script": "ct/plane.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"cpu": 4,
"ram": 6144,
"hdd": 8,
"os": "Debian",
"version": "13"
@@ -49,4 +49,4 @@
"type": "warning"
}
]
}
}