Skip to content

Commit

Permalink
Doubled RAM for SAB (#1007)
Browse files Browse the repository at this point in the history
Having only 2GB of RAM will result in unrar OOM crashes: sabnzbd/sabnzbd#3007
  • Loading branch information
TheRealVira authored Dec 25, 2024
1 parent d71bf7b commit 0f2e49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ct/sabnzbd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}"

0 comments on commit 0f2e49f

Please sign in to comment.