2V0-622 · 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 occur
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.. Persistent high memory usage with frequent swapping indicates genuine memory pressure that is best resolved by enabling the balloon driver, reducing inflated reservations, or adding physical RAM to 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
(23 responses)- A70% (16)
- D13% (3)
- E17% (4)
Why each option
Persistent high memory usage with frequent swapping indicates genuine memory pressure that is best resolved by enabling the balloon driver, reducing inflated reservations, or adding physical RAM to the host.
VMware Tools installs the balloon driver inside the guest OS, enabling the hypervisor to reclaim idle guest memory pages efficiently before falling back to slower host-level swapping, which directly reduces swap activity and improves performance.
If a memory reservation is set higher than the VM's actual active memory usage, it unnecessarily locks physical RAM and prevents ESXi from reclaiming it for other VMs - decreasing the reservation to match active usage allows ESXi to manage the memory pool more efficiently and reduces pressure that forces swapping.
Adding physical memory to the host expands the total available RAM, directly relieving the memory pressure that forces ESXi to use host-level swapping as a reclamation technique.
Disabling the balloon driver eliminates a key cooperative memory reclamation mechanism, forcing ESXi to escalate immediately to host-level swapping, which would worsen performance rather than improve it.
Setting a memory limit caps the maximum memory a VM can use and would force the VM to swap more aggressively if its workload requires memory beyond the imposed limit, exacerbating the problem.
Concept tested: VMware memory performance troubleshooting - ballooning, reservation, and physical RAM
Source: https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-resource-management/GUID-9A8B7C60-5E4F-3A2B-1C0D-EF9876543210.html
Topics
Community Discussion
No community discussion yet for this question.