-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
In SERVER-69821 we introduced RAII memory accounting object MemoryToken.
It is maybe a good idea to add the size of MemoryToken to consumed memory automatically. Because the number of MemoryToken is proportional to the amount of stored objects, despite being only 16 bytes, it may accumulate to a significant amount.
- is related to
-
SERVER-69821 Fix underflow error in query memory tracking
- Closed