From 9cf7ed6d705bb079f27deaf9a4a16d7a3fc4303b Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sun, 5 Jul 2026 13:23:06 +0000 Subject: [PATCH] =?UTF-8?q?Raise=20rates=20LXC=20to=204=20GB=20RAM=20?= =?UTF-8?q?=E2=80=94=20Chromium=20scrapes=20wedged=20the=202=20GB=20contai?= =?UTF-8?q?ner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- install-stack.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-stack.sh b/install-stack.sh index 761c57e..617dbbb 100755 --- a/install-stack.sh +++ b/install-stack.sh @@ -1351,8 +1351,9 @@ deploy_rates() { msg_ok "Generated RATES_SECRET → ${CREDS_FILE}" fi - msg_info "Creating LXC 115 (2 GB RAM, 2 cores)" - create_lxc 115 "10.10.10.115" "rates" 2048 2 + msg_info "Creating LXC 115 (4 GB RAM, 2 cores)" + # 4 GB required: Playwright/Chromium scrapes + image builds wedge a 2 GB LXC + create_lxc 115 "10.10.10.115" "rates" 4096 2 msg_ok "LXC 115 created" msg_info "Installing Docker"