-
Type: Bug
-
Resolution: Done
-
Priority: Blocker - P1
-
Affects Version/s: 2.4.1
-
Component/s: JavaScript, MapReduce
-
None
-
ALL
The resource constraints in the V8Scope constructor can cause v8 to hit an internal OOM condition and abort, or return an empty handle when attempting to allocate a v8 object.
For now, the goal is to remove resource constraints. If we want to add similar functionality in the future, it may be best to implement our own so we can determine when to terminate or pause execution.
- is duplicated by
-
SERVER-8859 Large arrays in v8 can crash process with out of memory assertion
- Closed
-
SERVER-9402 mongod crash by collection.group()
- Closed
-
SERVER-9949 Shell exits with "out of memory" when command returns large array of documents
- Closed
- is related to
-
SERVER-9051 v8 heap allocation failure can lead to segfault
- Closed