We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac12051 commit ab995bdCopy full SHA for ab995bd
ct/overseerr.sh
@@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
8
APP="Overseerr"
9
var_tags="${var_tags:-media}"
10
var_cpu="${var_cpu:-2}"
11
-var_ram="${var_ram:-2048}"
+var_ram="${var_ram:-4096}"
12
var_disk="${var_disk:-8}"
13
var_os="${var_os:-debian}"
14
var_version="${var_version:-12}"
frontend/public/json/overseerr.json
@@ -20,7 +20,7 @@
20
"script": "ct/overseerr.sh",
21
"resources": {
22
"cpu": 2,
23
- "ram": 2048,
+ "ram": 4096,
24
"hdd": 8,
25
"os": "debian",
26
"version": "12"
0 commit comments