Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(serverless): add custom domains limit #4244

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ This section contains usage limits that apply when using Serverless Containers.
| Namespaces | Max number | 100* | Project |
| Containers | Max number | 1000* | Organization |
| Total container memory\** | Max size | 600 GiB | Organization |
| Custom domains | Max number | 50 | Container |
| Image size compressed | Max size | 250 MiB | Container |
| Image size uncompressed | Max size | 1 GiB | Container |
| Temporary disk size | Max size | 1024 MiB | Container |
| Invocation rate | Max number | 1000 per second | Container |
| Concurrency | Max | 80 | Container Instance |
| Max Scale (simultaneous Container instances) | Max | 50 | Container |
| CPU | Min/max | 70 to 6000 mvCPU | Container |
| Memory | Min/Max | 128 to 12228 MB | Container |
| CPU | Min/max | 70 to 6000 mvCPU | Container |
| Memory | Min/Max | 128 to 12228 MB | Container |
| Environment variables | Max number | 100 | Container + namespace |
| Environment variables | Max size | 1000 chars | Environment variable |
| Secret environment variables | Max number | 100 | Container + namespace |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This section contains usage limits that apply when using Serverless Functions.
| Namespaces | Max number | 100* | Project |
| Functions | Max number | 1000* | Organization |
| Total function memory\** | Max size | 600 GiB | Organization |
| Custom domains | Max number | 50 | Function |
| Zip Size | Max size | 100 MiB | Function |
| Code Size | Max size | 500 MiB | Function |
| Temporary disk size | Max size | 1024 MiB | Function instance |
Expand Down
Loading