Limits & operationsLimits

Limits

Limits depend on the resource, plan, and account. A per-replica setting is not the total available to a service or an account. Check your current plan and the result of the create or scale request before sizing a workload.

Applications

SettingScopeWhat to check
CPU and memoryEach replicaThree replicas with a 2 vCPU / 2 GiB ceiling have a combined configured ceiling of 6 vCPU / 6 GiB. This is not a usage forecast.
Replica countService and planThe API accepts 1–10; plan limits can reduce that range. Standard plan checks allow 1, or 5 for Pro/Enterprise, with account overrides.
Account resource capAccount ownerA second project does not necessarily create a second quota. Ask for the effective account cap before planning a large deployment.
Worker modeServicecontainerPort=0 runs without an HTTP listener or public load-balancer route.
Custom domainHostnameWildcard custom domains are not accepted. Use a specific hostname and complete ownership and DNS checks.

Applications can use different runtimes. Do not assume that every application has the same Firecracker micro-VM boundary as Sandboxes.

Sandboxes

SettingCurrent create API
CPU and memory4 vCPU / 4096 MiB
Templatesbase, code-interpreter-v1
Raw API default lifetimetimeoutMs: 0, no expiration
Lizard SDK default lifetime300000 ms, five minutes
Explicit lifetime rangeInteger milliseconds from 0 to 2147483647
Updating a lifetimeAt least 1000 ms; it is not an idle timer
Persistent volume attachmentOne sandbox at a time, on the volume’s node

Pass an explicit lifetime from scripts. For example, --timeout 300000 makes the intended limit clear across Lizard CLI releases. See pause and expiration before parking a session.

Regions

The current configured regions include US East (Virginia), us-east-1, and EU West (Limburg), eu-west-lim-a. A region in the catalog does not guarantee available capacity for every resource. Check region choices when creating the resource; a sandbox using an existing volume must run on that volume’s node.

Before increasing scale

Check the active plan, per-replica settings, account cap, database connection limit, and storage growth together. Use scaling, metrics, and pricing to compare configured capacity with measured usage.

Updated