From 0f2e49fbeb300861faae99ebacdbb75ec7f8b87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=BChrig?= Date: Wed, 25 Dec 2024 22:12:44 +0100 Subject: [PATCH] Doubled RAM for SAB (#1007) Having only 2GB of RAM will result in unrar OOM crashes: https://github.com/sabnzbd/sabnzbd/issues/3007 --- ct/sabnzbd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh index 1ef4edada5..5f58c02c99 100644 --- a/ct/sabnzbd.sh +++ b/ct/sabnzbd.sh @@ -9,7 +9,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m APP="SABnzbd" var_tags="downloader" var_cpu="2" -var_ram="2048" +var_ram="4096" var_disk="8" var_os="debian" var_version="12" @@ -57,4 +57,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}"