[ML] Adjusting soft_limit description (#65383)

This PR adds detail to the explanation of the soft_limit
memory_status in ML job stats. A consequence that was not
mentioned before is that examples are not added to category
definitions.

Relates elastic/ml-cpp#1590
This commit is contained in:
David Roberts 2020-11-24 09:35:07 +00:00
parent cda1f884ee
commit 59ceba8d04
1 changed files with 2 additions and 1 deletions

View File

@ -1024,7 +1024,8 @@ values:
--
* `ok`: The models stayed below the configured value.
* `soft_limit`: The models used more than 60% of the configured memory limit
and older unused models will be pruned to free up space.
and older unused models will be pruned to free up space. Additionally, in
categorization jobs no further category examples will be stored.
* `hard_limit`: The models used more space than the configured memory limit.
As a result, not all incoming data was processed.
--