2V0-621 · Question #168
A virtual machine is exhibiting these symptoms: - Memory usage is constantly high (94% or greater) or constantly low (24% or less). - Free memory is consistently 6% or less and swapping frequently occ
The correct answer is A. Verify that VMware Tools is installed on each virtual machine. B. Decrease the memory reservation setting, if higher than active memory. C. Add physical memory to the host.. High memory usage with frequent swapping is addressed by enabling the balloon driver via VMware Tools, releasing over-committed reservations, and increasing physical RAM on the host.
Question
A virtual machine is exhibiting these symptoms:
- Memory usage is constantly high (94% or greater) or constantly low
(24% or less).
- Free memory is consistently 6% or less and swapping frequently occurs
Which three solutions could correct this problem? (Choose three.)
Options
- AVerify that VMware Tools is installed on each virtual machine.
- BDecrease the memory reservation setting, if higher than active memory.
- CAdd physical memory to the host.
- DDisable the balloon driver in each virtual machine.
- ECreate a memory limit for each virtual machine.
How the community answered
(29 responses)- A79% (23)
- D7% (2)
- E14% (4)
Why each option
High memory usage with frequent swapping is addressed by enabling the balloon driver via VMware Tools, releasing over-committed reservations, and increasing physical RAM on the host.
VMware Tools installs the balloon driver inside the guest OS, enabling ESXi to reclaim memory through ballooning before resorting to slower host-level swapping, which directly reduces swap frequency.
If a memory reservation exceeds the VM's active working set, the surplus reserved pages cannot be reclaimed by ESXi for other VMs; lowering the reservation to match active memory frees physical pages and eases host memory pressure.
Adding physical RAM to the host increases the total memory pool available to all VMs, reducing how often ESXi must reclaim memory through ballooning or swapping to satisfy concurrent memory demands.
Disabling the balloon driver eliminates a key reclamation technique and forces ESXi to rely exclusively on swapping, which is significantly slower and would worsen rather than alleviate the performance issue.
Creating a memory limit artificially restricts how much RAM a VM can use, which can intensify memory pressure inside the guest and does not resolve the underlying shortage of physical memory on the host.
Concept tested: Resolving VM memory over-commitment and frequent swap activity
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.resmgmt.doc/GUID-C8B8A2DA-CC19-4F5B-B9E3-55E5AD9E3E3D.html
Topics
Community Discussion
No community discussion yet for this question.