Skip to content

Commit 0f2e49f

Browse files
authored
Doubled RAM for SAB (#1007)
Having only 2GB of RAM will result in unrar OOM crashes: sabnzbd/sabnzbd#3007
1 parent d71bf7b commit 0f2e49f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/sabnzbd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
99
APP="SABnzbd"
1010
var_tags="downloader"
1111
var_cpu="2"
12-
var_ram="2048"
12+
var_ram="4096"
1313
var_disk="8"
1414
var_os="debian"
1515
var_version="12"
@@ -57,4 +57,4 @@ description
5757
msg_ok "Completed Successfully!\n"
5858
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5959
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
60-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}"
60+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7777${CL}"

0 commit comments

Comments
 (0)