Skip to content

Commit 9685023

Browse files
authored
[DOCS] Adds further info to foreceast section in AD at scale. (#1356) (#1357)
1 parent f4ee746 commit 9685023

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/en/stack/ml/anomaly-detection/anomaly-detection-scale.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,7 @@ The memory usage of a forecast is restricted to 20 MB by default. From 7.9, you
271271
can extend this limit by setting `max_model_memory` to a higher value. The
272272
maximum value is 40% of the memory limit of the {anomaly-job} or 500 MB. If the
273273
forecast needs more memory than the provided value, it spools to disk. Forecasts
274-
that would take more than 500 MB to run won’t start because this is the maximum
275-
limit of disk space that a forecast is allowed to use.
274+
that spool to disk generally run slower. If you need to speed up forecasts,
275+
increase the available memory for the forecast. Forecasts that would take more
276+
than 500 MB to run won’t start because this is the maximum limit of disk space
277+
that a forecast is allowed to use.

0 commit comments

Comments
 (0)