-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance, WiredTiger
-
Storage Execution
-
ALL
-
Environment:
- Stand alone mongod
- 3.1.6v
- WiredTiger configured with zlib compression and 3GB cache size
Observation/Issues:
- When running w/ 100 + threads, WT cache reached to 8GB (2.6 x original cache size).
- When running w/ 9 threads, WT cache reached to 5GB (1.6 x original cache size).
Breakdown of the 5G memory highlight the followings:
3 GB in the cache size (as expected)
1.7 GB - Current_total_thread_cache_bytes (MB) (higher than expectation)
0.45 GB - Total central_cache_free_bytes (MB) (higher than expectation)
Problem: Our memory cache policy set for 1GB free, however the machine accumulate memory above this threshold.
- is duplicated by
-
SERVER-20306 75% excess memory usage under WiredTiger during stress test
- Closed
- is related to
-
SERVER-16773 Performance degradation due to TCMalloc scalability
- Closed
-
SERVER-17966 Mixed read/write workload using zlib unexpectedly outperforms snappy on Windows
- Closed