-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Critical - P2
-
None
-
Affects Version/s: 3.2.15
-
Component/s: Internal Code, Performance, Stability
-
None
-
ALL
-
Using MongoDB Enterprise v3.2.15 on Ubuntu 16.04
Starting mongod as a service using:
/usr/bin/mongod --storageEngine inMemory --inMemorySizeGB 2 --quiet --config /etc/mongod.conf
It seems that the memory limit doesn't really limit the process memory, mongod process could take more than 3GB of memory.
Note that on our implementation we work with few hundreds of DBs.
Specifically our auto tests creates a large amount of databases and drop them after the test ends. However the memory isn't released.
Also after a while the process start to take ~100% CPU even without any client load.
Thanks,
Assaf
- is related to
-
WT-3566 Handle memory is not reclaimed when using in-memory mode
- Backlog