fix: enforce minimum 4GB RAM for openclaw on DigitalOcean (#2597)

openclaw-plugins OOMs on s-2vcpu-2gb (2GB) droplets during config
loading. Auto-upgrade to s-2vcpu-4gb when no custom size is set.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ahmed Abushagur 2026-03-13 14:47:24 -07:00 committed by GitHub
parent 223922eff4
commit 0b5c702b71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.17.11",
"version": "0.17.12",
"type": "module",
"bin": {
"spawn": "cli.js"