We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5972cff commit 3965188Copy full SHA for 3965188
docs/reference/ml/ml-shared.asciidoc
@@ -3,7 +3,6 @@ Adaptive allocations configuration object.
3
If enabled, the number of allocations of the model is set based on the current load the process gets.
4
When the load is high, a new model allocation is automatically created (respecting the value of `max_number_of_allocations` if it's set).
5
When the load is low, a model allocation is automatically removed (respecting the value of `min_number_of_allocations` if it's set).
6
-The number of model allocations cannot be scaled down to less than `1` this way.
7
If `adaptive_allocations` is enabled, do not set the number of allocations manually.
8
end::adaptive-allocation[]
9
0 commit comments