Bump build-heavy LXCs (auth/management/noticeboard/add-app) to 1GB — avoid OOM (exit 137)

This commit is contained in:
jtricerolph 2026-07-01 14:33:32 +00:00
parent 52e85cfc53
commit 242f170edb
2 changed files with 4 additions and 4 deletions

View file

@ -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" \