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"

View File

@ -18,9 +18,9 @@
"type": "default",
"script": "ct/kometa.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": "debian",
"version": "12"
}