diff --git a/docs/reference/ml/ml-shared.asciidoc b/docs/reference/ml/ml-shared.asciidoc index 7c2bcc934e2..2dc12d695f8 100644 --- a/docs/reference/ml/ml-shared.asciidoc +++ b/docs/reference/ml/ml-shared.asciidoc @@ -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. --