lizard scale

Scale a service (replicas / CPU / memory / storage).

Usage

lizard scale [flags]

Flags

FlagDescription
--replicas <n>Replicas 110 (apps)
--cpu <cores>1, 2, 3, or 4
--memory <mb>1288192 MB
--storage <mb>Addon volume size, grow-only

Examples

Scale replicas horizontally

lizard scale --service api --replicas 5

Each replica is its own Firecracker micro-VM behind the load balancer. Make sure your app is stateless so replicas are interchangeable.

Scale CPU and memory vertically

lizard scale --service api --cpu 4 --memory 8192

Grow addon storage

lizard scale --service postgres --storage 8192

Addon data volumes are grow-only — you can increase storage but not shrink it.

See also