diff --git a/ct/plane.sh b/ct/plane.sh index f747c2c4..601bb04a 100644 --- a/ct/plane.sh +++ b/ct/plane.sh @@ -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}" diff --git a/frontend/public/json/plane.json b/frontend/public/json/plane.json index 5819f4ad..fd1e0522 100644 --- a/frontend/public/json/plane.json +++ b/frontend/public/json/plane.json @@ -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" } ] -} +} \ No newline at end of file