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
Copy file name to clipboardExpand all lines: pages/serverless-containers/concepts.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ categories:
14
14
15
15
## Autoscaling
16
16
17
-
Autoscaling refers to the ability of Serverless Containers to automatically adjust the number of intances without manual intervention.
17
+
Autoscaling refers to the ability of Serverless Containers to automatically adjust the number of instances without manual intervention.
18
18
Scaling mechanisms ensure that resources are provisioned dynamically to handle incoming requests efficiently while minimizing idle capacity and cost.
19
19
20
-
Autoscaling parameters are [min-scale](/serverless-containers/concepts/#min-scale) and [max-scale](/serverless-containers/concepts/#max-scale), scaling policies available are:
21
-
***Concurrent requests:** requests incoming on the ressource at the same time. Default value suitable for most use cases.
20
+
Autoscaling parameters are [min-scale](/serverless-containers/concepts/#min-scale) and [max-scale](/serverless-containers/concepts/#max-scale). Available scaling policies are:
21
+
***Concurrent requests:** requests incoming to the resource at the same time. Default value suitable for most use cases.
22
22
***CPU usage:** to scale based on CPU percentage, suitable for intensive CPU workloads.
23
23
***RAM usage** to scale based on RAM percentage, suitable for memory intensive workloads.
Copy file name to clipboardExpand all lines: pages/serverless-functions/concepts.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ categories:
14
14
15
15
## Autoscaling
16
16
17
-
Autoscaling refers to the ability of Serverless Functions to automatically adjust the number of intances without manual intervention.
17
+
Autoscaling refers to the ability of Serverless Functions to automatically adjust the number of instances without manual intervention.
18
18
Scaling mechanisms ensure that resources are provisioned dynamically to handle incoming requests efficiently while minimizing idle capacity and cost.
19
19
20
-
Autoscaling parameters are [min-scale](/serverless-functions/concepts/#min-scale) and [max-scale](/serverless-functions/concepts/#max-scale), scaling policies available are:
21
-
***Concurrent requests:** requests incoming on the ressource at the same time. Default value suitable for most use cases.
20
+
Autoscaling parameters are [min-scale](/serverless-functions/concepts/#min-scale) and [max-scale](/serverless-functions/concepts/#max-scale). Available scaling policies are:
21
+
***Concurrent requests:** requests incoming to the resource at the same time. Default value suitable for most use cases.
22
22
***CPU usage:** to scale based on CPU percentage, suitable for intensive CPU workloads.
23
23
***RAM usage** to scale based on RAM percentage, suitable for memory intensive workloads.
0 commit comments