Skip to content

Commit a682128

Browse files
feat(sls): update req rate (#4941)
* feat(sls): update req rate * fix wrong character * fix wrong character
1 parent af9824c commit a682128

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/serverless-containers/reference-content/containers-limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ This section contains usage limits that apply when using Serverless Containers.
2323
| Total container memory\** | Max size | 600 GiB | Organization |
2424
| Custom domains | Max number | 50 | Container |
2525
| Recommended maximum uncompressed image size | Max size | 1 GB | Container |
26-
| Temporary disk size ¨ | Max size | 24 000 MiB | Container |
27-
| Invocation rate | Max number | 1000 per second | Container |
26+
| Temporary disk size | Max size | 24 000 MiB | Container |
27+
| Invocation rate | Max number | 5000 per second | Container |
2828
| Concurrency | Max | 80 | Container Instance |
2929
| Max Scale (simultaneous Container instances) | Max | 50 | Container |
3030
| CPU | Min/max | 70 to 6000 mvCPU | Container |

pages/serverless-functions/reference-content/functions-limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This section contains usage limits that apply when using Serverless Functions.
2424
| Zip size | Max size | 100 MiB | Function |
2525
| Code size | Max size | 500 MiB | Function |
2626
| Temporary disk size | Max size | 1024 MiB | Function instance |
27-
| Invocation rate | Max number | 1000 per second | Function |
27+
| Invocation rate | Max number | 5000 per second | Function |
2828
| Concurrency (number of simultaneous requests)\*** | Max | 1 | Function instance |
2929
| Scaling (number of simultaneous function instances) | Max | 50 | Function |
3030
| Environment variables | Max number | 100 | Function + Namespace |

0 commit comments

Comments
 (0)