mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-14 03:09:43 +00:00
increase RAM and hdd resources (#2367)
This commit is contained in:
parent
ddccd1dd3f
commit
fe93224d77
2 changed files with 6 additions and 6 deletions
|
@ -8,9 +8,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
|
|||
# App Default Values
|
||||
APP="Kometa"
|
||||
TAGS="media;streaming"
|
||||
var_cpu="1"
|
||||
var_ram="1024"
|
||||
var_disk="4"
|
||||
var_cpu="2"
|
||||
var_ram="4096"
|
||||
var_disk="8"
|
||||
var_os="debian"
|
||||
var_version="12"
|
||||
var_unprivileged="1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue