From 242f170edb2f3d598531c41ab0cb1f89ac84e050 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Wed, 1 Jul 2026 14:33:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20build-heavy=20LXCs=20(auth/management/no?= =?UTF-8?q?ticeboard/add-app)=20to=201GB=20=E2=80=94=20avoid=20OOM=20(exit?= =?UTF-8?q?=20137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- add-app.sh | 2 +- install-stack.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/add-app.sh b/add-app.sh index f8595b9..3a69dd3 100755 --- a/add-app.sh +++ b/add-app.sh @@ -116,7 +116,7 @@ pvesh get "/pools/${POOL}" &>/dev/null && POOL_OPT="--pool ${POOL}" msg_info "Creating LXC ${LXC_ID} (hotel-manage-${APP_NAME} at 10.10.10.${LAST_OCTET})" pct create "$LXC_ID" "$TEMPLATE" \ --hostname "hotel-manage-${APP_NAME}" \ - --memory 512 \ + --memory 1024 \ --cores 1 \ --rootfs "${STORAGE}:8" \ --net0 "name=eth0,bridge=vmbr1,ip=10.10.10.${LAST_OCTET}/24,gw=10.10.10.1" \ diff --git a/install-stack.sh b/install-stack.sh index 7e41577..6b475a1 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -576,7 +576,7 @@ deploy_auth() { msg_step "2/6 Auth service (LXC 101 · 10.10.10.101)" msg_info "Creating LXC 101" - create_lxc 101 "10.10.10.101" "auth" 512 1 + create_lxc 101 "10.10.10.101" "auth" 1024 1 msg_ok "LXC 101 created" msg_info "Installing Docker" @@ -698,7 +698,7 @@ deploy_management() { msg_step "5/6 Management (LXC 105 · 10.10.10.105)" msg_info "Creating LXC 105" - create_lxc 105 "10.10.10.105" "management" 512 1 + create_lxc 105 "10.10.10.105" "management" 1024 1 msg_ok "LXC 105 created" msg_info "Installing Docker" @@ -738,7 +738,7 @@ deploy_noticeboard() { msg_step "6/6 Noticeboard (LXC 112 · 10.10.10.112)" msg_info "Creating LXC 112" - create_lxc 112 "10.10.10.112" "noticeboard" 512 1 + create_lxc 112 "10.10.10.112" "noticeboard" 1024 1 msg_ok "LXC 112 created" msg_info "Installing Docker"