-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.4.0
-
Component/s: Diagnostics, Querying
-
Query Execution
-
(copied to CRM)
Currently, when an aggregation stage hits 100 MB limit, we print:
"errMsg": "Out of memory", "errName": "JSInterpreterFailure", "errCode": 139
Suggested improvement:
"errMsg" : "Exceeded 100 MB memory limit for <$aggregation stage>, but didn't allow external sort. Pass allowDiskUse:true to opt in."
- is related to
-
SERVER-51340 MongoDB $accumulator: MongoError: Out of memory
- Closed