You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Private Networks attached | Max | 1 | Function |
32
32
| Payload | Max size | 6 MiB | Request |
33
33
| Logs | Logs | 30000 per minute | Project |
@@ -36,9 +36,11 @@ This section contains usage limits that apply when using Serverless Functions.
36
36
37
37
\** Total function memory is the sum of the memory allocated to all your functions at their maximum Scale.
38
38
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.
40
40
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.
42
44
43
45
These limits are enforced as [Organization quotas](/organizations-and-projects/additional-content/organization-quotas/#serverless-functions).
0 commit comments