Skip to content

Commit

Permalink
[DOCS] Adds further info to foreceast section in AD at scale. (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Sep 7, 2020
1 parent 45f3dac commit bc1a639
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit bc1a639

Please sign in to comment.