increase RAM and hdd resources (#2367)

This commit is contained in:
Slaviša Arežina 2025-02-13 16:03:13 +01:00 committed by GitHub
parent ddccd1dd3f
commit fe93224d77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

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