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"