Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/includes/fact-agg-memory-limit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ space by using the :ref:`allowDiskUse <cmd-aggregate-allowDiskUse>`
option to enable aggregation pipeline stages to write data to temporary
files.

The :pipeline:`$search` aggregation stage is not restricted to
100 megabytes of RAM because it runs in a separate process.

Examples of stages that can spill to disk when :ref:`allowDiskUse
<cmd-aggregate-allowDiskUse>` is ``true`` are:

Expand Down