-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 2.4.3
-
Component/s: Aggregation Framework, Stability
-
None
-
Environment:Ubuntu 12.04 LTS, MongoDB 2.4.3
-
Fully Compatible
-
ALL
-
When passing the following value to $skip on aggregation framework, mongo immediately exists with log message "out of memory"
The value passed to skip was: 4294967294
It appears mongo tries to allocate memory according to this number and fails with out of memory.
In the log file:
tcmalloc: large alloc 103079223296 bytes == (nil) @
Mon Jul 8 19:41:46.915 out of memory, printing stack and exiting:
- depends on
-
SERVER-9444 Use new Sorter for Aggregation $sort and $group
- Closed