Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/stack/ml/nlp/ml-nlp-autoscaling.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This can help you to manage performance and cost more easily.
When adaptive allocations are enabled, the number of allocations of the model is set automatically based on the current load.
When the load is high, a new model allocation is automatically created.
When the load is low, a model allocation is automatically removed.
You must explicitely set the minimum and maximum number of allocations; autoscaling will occur within these limits.
You can explicitely set the minimum and maximum number of allocations; autoscaling will occur within these limits.

You can enable adaptive allocations by using:

Expand Down