mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-20 19:51:25 +01:00
increase RAM and hdd resources (#2367)
This commit is contained in:
parent
ddccd1dd3f
commit
fe93224d77
@ -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"
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user