Quotas and limits Serverless Containers
Written by
Serverless Containers has the following limits:
- Quotas are organizational restrictions that can be changed by technical support on request.
- Limits are technical limitations due to Yandex Cloud architectural features. The limits cannot be changed.
If you need more resources, increase the quotas in one of the following ways:
- Generate a request for a quota increase. You must have the
quota-manager.requestOperator
role or higher (editor
oradmin
). - Contact support and tell us which quotas you need to increase and by how much.
Quotas
Type of limit | Value |
---|---|
Number of containers per cloud | 10 |
Number of triggers per cloud | 100 |
Total volume of Docker images used in active container revisions | 20 GB |
Number of container instances per availability zone | 10 |
Number of concurrent requests to containers per availability zone | 10 |
Total RAM for all running container instances per availability zone | 20 GB |
Total number of CPUs of all running container instances per availability zone | 10 |
Number of provisioned container instances per cloud | 2 |
Limits
Type of limit | Value |
---|---|
Maximum size of the container image | 10 GB |
Maximum size of an HTTP request to the container, including HTTP headers and the request body | 3.5 MB |
Maximum size of the container's HTTP response, including HTTP headers and the response body | 3.5 MB |
Maximum size of temporary files | 512 MB |
Maximum time for request processing by the container before timeout, including original initialization at first launch | 10 minutes |
Maximum total environment variable storage, including variable names | 4 KB |
Maximum number of triggers per message queue | 1 |