Skip to content

Commit

Permalink
[DOCS] Updates adaptive allocations reference docs. (#114986)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Oct 17, 2024
1 parent 8e26d18 commit f95d3f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/reference/ml/ml-shared.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Adaptive allocations configuration object.
If enabled, the number of allocations of the model is set based on the current load the process gets.
When the load is high, a new model allocation is automatically created (respecting the value of `max_number_of_allocations` if it's set).
When the load is low, a model allocation is automatically removed (respecting the value of `min_number_of_allocations` if it's set).
The number of model allocations cannot be scaled down to less than `1` this way.
If `adaptive_allocations` is enabled, do not set the number of allocations manually.
end::adaptive-allocation[]

Expand Down

0 comments on commit f95d3f8

Please sign in to comment.