Skip to content

Commit 3965188

Browse files
authored
[DOCS] Updates adaptive allocations reference docs. (#114986) (#114987)
1 parent 5972cff commit 3965188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/reference/ml/ml-shared.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Adaptive allocations configuration object.
33
If enabled, the number of allocations of the model is set based on the current load the process gets.
44
When the load is high, a new model allocation is automatically created (respecting the value of `max_number_of_allocations` if it's set).
55
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.
76
If `adaptive_allocations` is enabled, do not set the number of allocations manually.
87
end::adaptive-allocation[]
98

0 commit comments

Comments
 (0)