Skip to content

Commit 910301a

Browse files
feat(sls): update req rate
1 parent 6843d15 commit 910301a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/serverless-containers/reference-content/containers-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 Containers.
2424
| Custom domains | Max number | 50 | Container |
2525
| Recommended maximum uncompressed image size | Max size | 1 GB | Container |
2626
| Temporary disk size ¨ | Max size | 24 000 MiB | Container |
27-
| Invocation rate | Max number | 1000 per second | 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)