Skip to content

Commit 3c12fa9

Browse files
committed
is -> are
1 parent a76c53e commit 3c12fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless/pages/ml-nlp-auto-scale.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The used resources for trained model deployments depend on three factors:
9595
* the use case you optimize the model deployment for (ingest or search)
9696
* whether model autoscaling is enabled with adaptive allocations/resources to have dynamic resources, or disabled for static resources
9797

98-
VCUs for ML are based on the amount of vCPU and Memory consumed. For ML, `1` VCU equals `0.125` of vCPU and `1GB` of memory, where vCPUs is measured by allocations multiplied by threads, and where memory is the amount consumed by trained models or ML jobs.
98+
VCUs for ML are based on the amount of vCPU and Memory consumed. For ML, `1` VCU equals `0.125` of vCPU and `1GB` of memory, where vCPUs are measured by allocations multiplied by threads, and where memory is the amount consumed by trained models or ML jobs.
9999
As a math formula, `VCUs = 8 * allocations * threads`, or `1` VCU for every `1GB` of memory consumed, whichever is greater.
100100

101101
The following tables show you the number of allocations, threads, and VCUs available on Serverless when adaptive resources are enabled or disabled.

0 commit comments

Comments
 (0)