Raise rates LXC to 4 GB RAM — Chromium scrapes wedged the 2 GB container
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
9bae610585
commit
9cf7ed6d70
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue