Appearance
Usage & Quotas
The usage page shows how much of your organization capacity is currently in use. Use it before scaling workloads, adding replicas, creating storage, or opening more editor and runner sessions.
Opening Usage
Go to Settings > Organization > Usage.
The page summarizes resource usage across the organization. Depending on enabled features, it can show deployment capacity, storage consumption, editor capacity, runner capacity, and API activity.
Quota Categories
| Category | What it protects |
|---|---|
| Deployments | Replicas, CPU, memory, persistent storage, and per-container limits. |
| Editors | Browser editor sessions, workspace storage, editor CPU, and editor memory. |
| Runners | Concurrent CI jobs and runner resource requests. |
| Storage | PostgreSQL and S3-compatible object storage allocation. |
| Members | Seats and organization membership limits. |
Deployment Capacity
Deployment quotas are checked when you create or update a deployment. The platform validates:
- Replica count.
- CPU request and limit.
- Memory request and limit.
- Persistent storage count and size.
- Per-container maximums.
If a request exceeds quota, the operation is rejected before runtime resources are created.
Editor and Runner Capacity
Editor and runner capacity are separate from deployment capacity.
- Editors consume workspace/session quota.
- Runners consume CI capacity.
- Deployments consume tenant runtime quota.
If an editor cannot start, check editor quotas. If a pipeline is queued or cannot allocate a worker, check runner quotas.
Storage Usage
Storage usage tracks provisioned PostgreSQL and object storage resources. Storage pages also show app-specific databases and buckets.
For storage workflows, see Provisioning Storage.
Troubleshooting
| Symptom | What to check |
|---|---|
| Deployment creation is rejected | Compare requested replicas, CPU, memory, and storage against current quota. |
| Editor cannot start | Check active editor sessions and workspace storage usage. |
| CI run is waiting | Check runner capacity and whether another run is occupying the runner pool. |
| Storage cannot be provisioned | Check storage quotas and whether the app already has the requested resource. |
| Usage looks stale | Refresh the page and check Support & Status if the value still does not update. |