-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
Dev Tools 2019-05-06, Dev Tools 2019-05-20, Dev Tools 2019-04-22
-
12
Memory.js is tries to consume large amounts of memory and ensure the server can handle lots of memory usage robustly. It tests several descrete types of memory usage, but it relies on the JS GC kicking in order to succeed. Since the JS GC is non-deterministic, explicit calls to gc() should me made to make the test more deterministic.
- is related to
-
SERVER-34849 Provide options to JSThread which control heap and stack limits
- Backlog