Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 633 Bytes

fact-agg-memory-limit.rst

File metadata and controls

15 lines (11 loc) · 633 Bytes
.. versionchanged:: 2.6

Pipeline stages have a limit of 100 megabytes of RAM. If a stage exceeds this limit, MongoDB will produce an error. To allow for the handling of large datasets, use the allowDiskUse option to enable aggregation pipeline stages to write data to temporary files.

.. seealso:: :ref:`sort-memory-limit` and :ref:`group-memory-limit`.