Fix: Increase Size for PeaNUT (#2127)

This commit is contained in:
CanbiZ 2025-02-07 14:44:52 +01:00 committed by GitHub
parent 3361fabfc4
commit d73d312882
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
APP="PeaNUT"
var_tags="network;ups;"
var_cpu="2"
var_ram="2048"
var_disk="4"
var_ram="3072"
var_disk="7"
var_os="debian"
var_version="12"
var_unprivileged="1"

View File

@ -19,8 +19,8 @@
"script": "ct/peanut.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 4,
"ram": 3072,
"hdd": 7,
"os": "debian",
"version": "12"
}