SERVER-34377 shows a case with memory growth outside of the WiredTiger cache accounting. The growth of the list of allocated transaction operations might explain this, this array is realloced, basically doubling in size as necessary, and is not freed when a session is reset.
- is related to
-
SERVER-34377 Possible memory leak
- Closed
- related to
-
WT-4054 Free transaction snapshot resources on session reset
- Backlog