Skip to content

Commit f77b1a2

Browse files
author
Shannon Bradshaw
committed
better para breaks
1 parent 4b25266 commit f77b1a2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source/includes/extracts-production-notes-base.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ content: |
66
to your virtual machines than the physical machine has available. When
77
memory is overcommitted, the hypervisor reallocates memory between the
88
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,
1112
it may induce the guest operating system to reclaim memory from guest
1213
applications, which can interfere with MongoDB's memory management and
1314
affect MongoDB's performance.
1415
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
1920
will not be inflated in the local operating system if there is memory
2021
pressure in the hypervisor due to an overcommitted configuration.
2122

0 commit comments

Comments
 (0)