From 96850231806c4cc3112a72508ce83767ed1a2d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 7 Sep 2020 17:29:11 +0200 Subject: [PATCH] [DOCS] Adds further info to foreceast section in AD at scale. (#1356) (#1357) --- .../ml/anomaly-detection/anomaly-detection-scale.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/stack/ml/anomaly-detection/anomaly-detection-scale.asciidoc b/docs/en/stack/ml/anomaly-detection/anomaly-detection-scale.asciidoc index 8d5611ea7..1cfdc0683 100644 --- a/docs/en/stack/ml/anomaly-detection/anomaly-detection-scale.asciidoc +++ b/docs/en/stack/ml/anomaly-detection/anomaly-detection-scale.asciidoc @@ -271,5 +271,7 @@ The memory usage of a forecast is restricted to 20 MB by default. From 7.9, you can extend this limit by setting `max_model_memory` to a higher value. The maximum value is 40% of the memory limit of the {anomaly-job} or 500 MB. If the forecast needs more memory than the provided value, it spools to disk. Forecasts -that would take more than 500 MB to run won’t start because this is the maximum -limit of disk space that a forecast is allowed to use. \ No newline at end of file +that spool to disk generally run slower. If you need to speed up forecasts, +increase the available memory for the forecast. Forecasts that would take more +than 500 MB to run won’t start because this is the maximum limit of disk space +that a forecast is allowed to use. \ No newline at end of file