From 79c8e8d5d042757f5b948931f9cf611859537082 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 22 Oct 2022 07:15:58 -0400 Subject: [PATCH] Update photoprism-v4.sh increase ram for building binary --- ct/photoprism-v4.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/photoprism-v4.sh b/ct/photoprism-v4.sh index d7f06465..b0ffd76c 100644 --- a/ct/photoprism-v4.sh +++ b/ct/photoprism-v4.sh @@ -3,7 +3,7 @@ echo -e "Loading..." APP="PhotoPrism" var_disk="8" var_cpu="2" -var_ram="2048" +var_ram="3072" var_os="debian" var_version="11" NSAPP=$(echo ${APP,,} | tr -d ' ') @@ -239,6 +239,9 @@ IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2 pct set $CTID -description "# ${APP} LXC ### https://tteck.github.io/Proxmox/ " +msg_info "Setting Container to Normal Resources" +pct set $CTID -memory 2048 +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}:2342${CL} \n"