Scaling
1 min read
Vertical scaling
Upgrade your server size:
- Go to Server → Settings → Resize
- Select new size
- Confirm resize
Resizing requires a brief reboot (~2 minutes).
Horizontal scaling
Add more servers to handle traffic:
- Create additional servers
- Deploy your app to multiple servers
- Configure load balancing (via DNS round-robin, or Cloudflare if connected)
App resource limits
Set resource limits per app:
{
"resources": {
"memory": "512m",
"cpus": "0.5"
}
}
Auto-scaling
Coming soon: Automatic horizontal scaling based on metrics.