Skip to content

Commit 87f879a

Browse files
replace broken cmd-aggregate-allowDiskUse refs
1 parent e1108bb commit 87f879a

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

source/includes/fact-agg-memory-limit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
Each individual pipeline stage has a limit of 100 megabytes of RAM. By
55
default, if a stage exceeds this limit, MongoDB produces an error. For
66
some pipeline stages you can allow pipeline processing to take up more
7-
space by using the :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>`
7+
space by using the :ref:`allowDiskUse <cmd-aggregate-allowDiskUse>`
88
option to enable aggregation pipeline stages to write data to temporary
99
files.
1010

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

1414
- :pipeline:`$bucket`
1515
- :pipeline:`$bucketAuto`

source/reference/command/aggregate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Aggregate Data using External Sort
393393
Each individual pipeline stage has :ref:`a limit of 100 megabytes of RAM
394394
<agg-memory-restrictions>`. By default, if a stage exceeds this limit,
395395
MongoDB produces an error. To allow pipeline processing to take up
396-
more space, set the :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>`
396+
more space, set the :ref:`allowDiskUse <cmd-aggregate-allowDiskUse>`
397397
option to ``true`` to enable writing data to temporary files, as in the
398398
following example:
399399

source/reference/method/db.collection.aggregate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Perform Large Sort Operation with External Sort
396396
Each individual pipeline stage has :ref:`a limit of 100 megabytes of RAM
397397
<agg-memory-restrictions>`. By default, if a stage exceeds this limit,
398398
MongoDB produces an error. To allow pipeline processing to take up
399-
more space, set the :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>`
399+
more space, set the :ref:`allowDiskUse <cmd-aggregate-allowDiskUse>`
400400
option to ``true`` to enable writing data to temporary files, as in the
401401
following example:
402402

source/reference/operator/aggregation/bucket.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Considerations
3838
The :pipeline:`$bucket` stage has a limit of 100 megabytes of RAM. By
3939
default, if the stage exceeds this limit, :pipeline:`$bucket` returns an
4040
error. To allow more space for stage processing, use the
41-
:ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to enable
41+
:ref:`allowDiskUse <cmd-aggregate-allowDiskUse>` option to enable
4242
aggregation pipeline stages to write data to temporary files.
4343

4444
.. seealso::

source/reference/operator/aggregation/bucketAuto.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Considerations
171171
The :pipeline:`$bucketAuto` stage has a limit of 100 megabytes of RAM.
172172
By default, if the stage exceeds this limit, :pipeline:`$bucketAuto`
173173
returns an error. To allow more space for stage processing, use the
174-
use the :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to
174+
use the :ref:`allowDiskUse <cmd-aggregate-allowDiskUse>` option to
175175
enable aggregation pipeline stages to write data to temporary files.
176176

177177
.. seealso::

source/reference/operator/aggregation/group.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ operators:
8080
The :pipeline:`$group` stage has a limit of 100 megabytes of RAM. By
8181
default, if the stage exceeds this limit, :pipeline:`$group` returns an
8282
error. To allow more space for stage processing, use the
83-
:ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to enable
83+
:ref:`allowDiskUse <cmd-aggregate-allowDiskUse>` option to enable
8484
aggregation pipeline stages to write data to temporary files.
8585

8686
.. seealso::

source/reference/operator/aggregation/sort.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The :pipeline:`$sort` stage has a limit of 100 megabytes of RAM for
128128
in-memory sorts. By default, if the stage exceeds this limit,
129129
:pipeline:`$sort` produces an error. To allow pipeline processing to
130130
take up more space, use the :ref:`allowDiskUse
131-
<aggregate-cmd-allowDiskUse>` option to enable aggregation pipeline
131+
<cmd-aggregate-allowDiskUse>` option to enable aggregation pipeline
132132
stages to write data to temporary files.
133133

134134
.. seealso::

source/reference/operator/aggregation/sortByCount.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Considerations
8787
The :pipeline:`$sortByCount` stage has a limit of 100 megabytes of RAM.
8888
By default, if the stage exceeds this limit, :pipeline:`$sortByCount`
8989
returns an error. To allow more space for stage processing, use the
90-
:ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to enable
90+
:ref:`allowDiskUse <cmd-aggregate-allowDiskUse>` option to enable
9191
aggregation pipeline stages to write data to temporary files.
9292

9393
.. seealso::

0 commit comments

Comments
 (0)