01Three pain signals that masquerade as bad regions
Clean latency charts can hide memory pressure or disk cliffs that break realtime work.
- US East RTT asymmetry: Ashburn medians spike while Tokyo and Taipei look fine when tests only ran from California.
- Sixteen gigabyte contention: Two SSH shells plus one OpenClaw gateway exhaust headroom before CPU pegs.
- One terabyte log churn: Dual workloads shrink free space until pageouts mimic network stalls.
02Tokyo versus Taipei scenario matrix
Match reviewers and artifact mirrors then revalidate with production VPN profiles.
| Signal | Lean Tokyo | Lean Taipei |
|---|---|---|
| Primary staff geography | Japan domestic compliance or JST business hours | Taiwan plus Southeast China morning overlap |
| US East gaming or voice adjacency | Often pairs with JP publisher CDNs you already measure | Use when TW peering matches your traceroute budget |
| Parallel rent lines | Prefer when stacks need separate invoices per slot | Prefer when both stacks share one procurement story |
03Comparison threshold table for RTT and disk
Heuristics for neokvm bare metal. Fail three consecutive runs before rejecting a region.
| Metric | Pass | Fail or escalate |
|---|---|---|
| US East to APAC RTT p95 | At or below one hundred sixty milliseconds from Ashburn | Above one hundred ninety milliseconds sustained |
| Realtime tick budget | Jitter under twenty milliseconds during a five minute soak | Spikes above forty milliseconds with flat CPU |
| One terabyte free buffer | At least one hundred twenty gigabytes free before dual workloads | Below ninety gigabytes for more than twenty four hours |
| Rental churn versus finance | Monthly add ons stay inside one prepaid threshold | More than two unplanned bumps per quarter |
04M4 sixteen gigabyte session budget and parallel slots
Hold session concurrency constant when you compare cities.
- Concurrency cap: Two interactive sessions plus one background gateway process is the default safe trio on sixteen gigabytes.
- Parallel slot trigger: Add a second rented slot when a third interactive session must stay warm twenty four seven or when smoke shows swap above zero for five minutes.
- Smoke duration: Run twenty minutes of parallel load during local business peaks not only quiet lab windows.
05One terabyte versus two terabyte expansion checklist
Disk watermarks keep CI artifacts and OpenClaw logs apart. Align rows on pricing before checkout.
| Condition | Stay on one terabyte | Move to two terabytes |
|---|---|---|
| Log growth | Single gateway with weekly rotation holds free buffer | Two gateways plus retained traces for audits |
| Artifact cache | One Xcode derived data tree and one container cache | Parallel stacks need isolated derived data roots |
| Rent term threshold | Quarterly renewals without storage incidents | Two incidents in one quarter force tier review |
06OpenClaw install loopback gateway and SSH tunnel exposure
Install via curl or Homebrew as in multi instance FAQ. Bind the gateway to loopback so only tunnels publish it.
- Loopback bind: Listen on 127.0.0.1 on the remote Mac so public NICs stay quiet.
- SSH exposure: From your laptop use
ssh -L local:127.0.0.1:remote user@hostinstead of wide open ports. - Port fingerprint: Run
lsof -nP -iTCP -sTCP:LISTENand grep your gateway port plus twenty port offsets per stack. - Isolation: Unique OPENCLAW_HOME per stack so configs never merge after upgrades.
07Six step runbook before you commit rent
- Measure US East legs: Record Ashburn p95 toward Tokyo and Taipei with the same VPN SKU.
- Apply thresholds: Mark pass fail using the RTT and disk table before subjective debate.
- Smoke sixteen gigabytes: Hold two shells plus one gateway for twenty minutes at peak hour.
- Plan OpenClaw: Document loopback ports tunnel commands and lsof fingerprints in the ticket.
- Pick disk tier: Decide one terabyte versus two terabytes using the checklist rows.
- Checkout: Japan purchase for Tokyo or purchase for Taipei then console.
08Citable facts for design reviews
09FAQ for leads who want numbers not vibes
Does Taipei always beat Tokyo for US East gaming? No. Measure both with identical clients.
Two OpenClaw gateways on one Mac? Yes with split OPENCLAW_HOME trees twenty port offsets and lsof after each restart.
10Paste ready go live checklist
- RTT log: Ashburn medians toward Tokyo and Taipei with VPN profile noted.
- Session profile: Document concurrency cap and any parallel slot request.
- Disk snapshot: df output showing free buffer against one terabyte rules.
- OpenClaw: Loopback bind SSH tunnel line and lsof fingerprint captured.
- Rent decision: One sentence citing matrix plus threshold table rows.
Attach the packet to tickets cite help for limits and home for positioning.