Skip to content

Commit 2f841bb

Browse files
fix(srv): add precision on ephemeral storage for faas MTA-6327) (#5337)
1 parent 3ed4a62 commit 2f841bb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ This section contains usage limits that apply when using Serverless Functions.
1717
| Custom domains | Max number | 50 | Function |
1818
| Zip size | Max size | 100 MiB | Function |
1919
| Code size | Max size | 500 MiB | Function |
20-
| Temporary disk size | Max size | 1024 MiB | Function instance |
20+
| Temporary disk size\*** | Max size | 1024 MiB | Function instance |
2121
| Invocation rate | Max number | 5000 per second | Function |
22-
| Concurrency (number of simultaneous requests)\*** | Max | 1 | Function instance |
22+
| Concurrency (number of simultaneous requests)\**** | Max | 1 | Function instance |
2323
| Scaling (number of simultaneous function instances) | Max | 50 | Function |
2424
| Environment variables | Max number | 100 | Function + Namespace |
2525
| Environment variables | Max size | 1000 chars | Environment variable |
2626
| Secret environment variables | Max number | 100 | Function + Namespace |
2727
| Secret environment variables | Max size | 65536 bytes | Secret environment variable |
2828
| Time before scale to zero | Time | 15 minutes | Instance |
2929
| Time before scale down | Time | 30 seconds | Instance |
30-
| HTTP request duration\**** | Max | 60 minutes | Request |
30+
| HTTP request duration\***** | Max | 60 minutes | Request |
3131
| Private Networks attached | Max | 1 | Function |
3232
| Payload | Max size | 6 MiB | Request |
3333
| Logs | Logs | 30000 per minute | Project |
@@ -36,9 +36,11 @@ This section contains usage limits that apply when using Serverless Functions.
3636

3737
\** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale.
3838

39-
\*** Each instance of a function can handle a single request at a time, but a function can have several instances running at the same time.
39+
\*** Temporary disk size corresponds to the ephemeral storage allocated to the root (`/`) folder of a function. This storage space is fixed and cannot be edited.
4040

41-
\**** Maximum duration of a single HTTP request before this request is timed out. Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h.
41+
\**** Each instance of a function can handle a single request at a time, but a function can have several instances running at the same time.
42+
43+
\***** Maximum duration of a single HTTP request before this request is timed out. Use [Serverless Jobs](/serverless-jobs/) for tasks up to 24h.
4244

4345
These limits are enforced as [Organization quotas](/organizations-and-projects/additional-content/organization-quotas/#serverless-functions).
4446

0 commit comments

Comments
 (0)