SMLL Docs

Quotas

Default resource limits and how to request increases.

Each VPC has resource quotas that limit how much compute, storage, and networking you can use. Quotas prevent runaway costs and ensure fair resource allocation.

Default limits

ResourceFree tierPay-as-you-go
CPU requests2 cores8 cores
CPU limits4 cores16 cores
Memory requests4 GiB16 GiB
Memory limits8 GiB32 GiB
Pods20100
Persistent volumes1050
Total storage50 GiB500 GiB

Viewing your usage

Go to VPC Settings → Quotas to see:

  • Current usage for each resource
  • Quota limit for each resource
  • Usage percentage

Requesting an increase

If you need more resources:

  1. Go to VPC Settings → Quotas
  2. Click Request Increase
  3. Select the resource and the new limit you need
  4. Add a brief justification
  5. Submit

Quota increase requests are reviewed by the SMLL team. You'll be notified when your request is approved or denied.

What happens at the limit

When you hit a quota:

  • New resource creation is blocked (e.g. you can't create more databases or services)
  • Existing resources continue running normally
  • You receive a notification about the quota being reached

Quotas are enforced at the Kubernetes namespace level via ResourceQuota objects.

On this page