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
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,17 @@ content: |
6
6
to your virtual machines than the physical machine has available. When
7
7
memory is overcommitted, the hypervisor reallocates memory between the
8
8
virtual machines. {{software}}'s balloon driver {{balloonDriverLiteral}} reclaims the
9
-
pages that are considered least valuable. The balloon driver resides
10
-
inside the guest operating system. When the balloon driver expands,
9
+
pages that are considered least valuable.
10
+
11
+
The balloon driver resides inside the guest operating system. When the balloon driver expands,
11
12
it may induce the guest operating system to reclaim memory from guest
12
13
applications, which can interfere with MongoDB's memory management and
13
14
affect MongoDB's performance.
14
15
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
18
-
the virtual machine running MongoDB. This ensures that the balloon
16
+
Do not disable the balloon driver and memory
17
+
overcommitment features. This can cause the hypervisor to use its swap which
18
+
will affect performance. Instead, map and reserve the full amount of
19
+
memory for the virtual machine running MongoDB. This ensures that the balloon
19
20
will not be inflated in the local operating system if there is memory
20
21
pressure in the hypervisor due to an overcommitted configuration.
0 commit comments