File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -610,9 +610,18 @@ should set ``tcp_keepalive_time`` to 120 to ameliorate this problem.
610
610
VMWare
611
611
``````
612
612
613
- MongoDB is compatible with VMWare. As some users have
614
- run into issues with VMWare's memory overcommit feature,
615
- disabling the feature is recommended.
613
+ MongoDB is compatible with VMWare.
614
+
615
+ As some users have run into issues with VMWare's memory overcommit
616
+ feature, you should disable the feature.
617
+
618
+ Further, MongoDB is known to run poorly with VMWare's balloon driver
619
+ (``vmmemctl``), so you should disable this as well. VMWare uses the
620
+ balloon driver to reduce physical memory usage on the host hardware by
621
+ allowing the hypervisor to swap to disk while hiding this fact from
622
+ the guest, which continues to see the same amount of (virtual)
623
+ physical memory. This interferes with MongoDB's memory management,
624
+ and you are likely to experience significant performance degradation.
616
625
617
626
It is possible to clone a virtual machine running MongoDB.
618
627
You might use this function to
You can’t perform that action at this time.
0 commit comments