From 1cc99eef054301170725be890e1b917518d19bb0 Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Tue, 27 Jul 2021 08:30:32 -0400 Subject: [PATCH 1/2] This page should exclude $search from this limitation. --- source/includes/fact-agg-memory-limit.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/includes/fact-agg-memory-limit.rst b/source/includes/fact-agg-memory-limit.rst index 137babd986e..c127b61001a 100644 --- a/source/includes/fact-agg-memory-limit.rst +++ b/source/includes/fact-agg-memory-limit.rst @@ -8,6 +8,9 @@ space by using the :ref:`allowDiskUse ` option to enable aggregation pipeline stages to write data to temporary files. +The :manual:`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 ` is ``true`` are: From 7b86187eeb3093c229ce2c893e1aeac9e937fbbe Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Tue, 27 Jul 2021 08:30:32 -0400 Subject: [PATCH 2/2] This page should exclude $search from this limitation. --- source/includes/fact-agg-memory-limit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/includes/fact-agg-memory-limit.rst b/source/includes/fact-agg-memory-limit.rst index c127b61001a..1d51bbe8b79 100644 --- a/source/includes/fact-agg-memory-limit.rst +++ b/source/includes/fact-agg-memory-limit.rst @@ -8,8 +8,8 @@ space by using the :ref:`allowDiskUse ` option to enable aggregation pipeline stages to write data to temporary files. -The :manual:`search ` aggregation stage is not restricted -to 100 megabytes of RAM because it runs in a separate process. +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 ` is ``true`` are: