1
0
forked from Proxmox/ProxmoxVE

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
2 changed files with 4 additions and 4 deletions

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"
}