Skip to content

Commit fe93224

Browse files
authored
increase RAM and hdd resources (#2367)
1 parent ddccd1d commit fe93224

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ct/kometa.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
88
# App Default Values
99
APP="Kometa"
1010
TAGS="media;streaming"
11-
var_cpu="1"
12-
var_ram="1024"
13-
var_disk="4"
11+
var_cpu="2"
12+
var_ram="4096"
13+
var_disk="8"
1414
var_os="debian"
1515
var_version="12"
1616
var_unprivileged="1"

json/kometa.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"type": "default",
1919
"script": "ct/kometa.sh",
2020
"resources": {
21-
"cpu": 1,
22-
"ram": 1024,
23-
"hdd": 4,
21+
"cpu": 2,
22+
"ram": 4096,
23+
"hdd": 8,
2424
"os": "debian",
2525
"version": "12"
2626
}

0 commit comments

Comments
 (0)