You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/extracts-production-notes-base.yaml
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,9 @@ content: |
12
12
applications, which can interfere with MongoDB's memory management and
13
13
affect MongoDB's performance.
14
14
15
-
You can disable the balloon driver and {{software}}'s memory overcommitment
16
-
feature to mitigate these problems. However, disabling the balloon driver
17
-
can cause the hypervisor to use its swap, as there is no other available
18
-
mechanism to perform the memory reclamation. Accessing data in swap
19
-
is much slower than accessing data in memory, which can in turn affect
20
-
performance. Instead of disabling the balloon driver and memory
21
-
overcommitment features, map and reserve the full amount of memory for
15
+
Do not disable the balloon driver and memory overcommitment features. This can cause the hypervisor to use its swap which can, in turn, affect performance.
16
+
17
+
Instead, map and reserve the full amount of memory for
22
18
the virtual machine running MongoDB. This ensures that the balloon
23
19
will not be inflated in the local operating system if there is memory
24
20
pressure in the hypervisor due to an overcommitted configuration.
0 commit comments