From 8847505782c999f152814fde1090bd95f341f672 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 16 Oct 2024 10:30:50 -0400 Subject: [PATCH] Update jellyseerr.sh increase build resources --- ct/jellyseerr.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh index 5f3548bf..8c35ecd3 100644 --- a/ct/jellyseerr.sh +++ b/ct/jellyseerr.sh @@ -20,8 +20,8 @@ header_info echo -e "Loading..." APP="Jellyseerr" var_disk="8" -var_cpu="2" -var_ram="2048" +var_cpu="4" +var_ram="4096" var_os="debian" var_version="12" variables @@ -77,6 +77,11 @@ start build_container description +msg_info "Setting Container to Normal Resources" +pct set $CTID -memory 2048 +pct set $CTID -cores 2 +msg_ok "Set Container to Normal Resources" + msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:5055${CL} \n"