From ab995bd493f4520a35b9a7a8a4e231976700bea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:53:55 +0200 Subject: [PATCH] Increase resources (#8086) --- ct/overseerr.sh | 2 +- frontend/public/json/overseerr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/overseerr.sh b/ct/overseerr.sh index 0f545f8dd..6676f11da 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="Overseerr" var_tags="${var_tags:-media}" var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-2048}" +var_ram="${var_ram:-4096}" var_disk="${var_disk:-8}" var_os="${var_os:-debian}" var_version="${var_version:-12}" diff --git a/frontend/public/json/overseerr.json b/frontend/public/json/overseerr.json index f6d3f00ed..1f704f484 100644 --- a/frontend/public/json/overseerr.json +++ b/frontend/public/json/overseerr.json @@ -20,7 +20,7 @@ "script": "ct/overseerr.sh", "resources": { "cpu": 2, - "ram": 2048, + "ram": 4096, "hdd": 8, "os": "debian", "version": "12"