2V0-621 · Question #166
An administrator notices that 8 out of 10 virtual machines have memory ballooning and swapping. However, virtual machine 9 is not ballooning or swapping and virtual machine 10 is not ballooning but is
The correct answer is A. Virtual machine 9 has a 100% memory reservation. D. Virtual machine 10 does not have VMware Tools enabled or installed.. A 100% memory reservation prevents ESXi from reclaiming memory at all, while missing VMware Tools removes the balloon driver so ESXi bypasses ballooning and goes directly to swapping.
Question
An administrator notices that 8 out of 10 virtual machines have memory ballooning and swapping. However, virtual machine 9 is not ballooning or swapping and virtual machine 10 is not ballooning but is swapping. Which two statements explain the behavior of virtual machine 9 and virtual machine 10? (Choose two.)
Options
- AVirtual machine 9 has a 100% memory reservation.
- BVirtual machine 10 has a memory limit configured.
- CVirtual machine 9 has memory shares set to HIGH.
- DVirtual machine 10 does not have VMware Tools enabled or installed.
How the community answered
(50 responses)- A68% (34)
- B24% (12)
- C8% (4)
Why each option
A 100% memory reservation prevents ESXi from reclaiming memory at all, while missing VMware Tools removes the balloon driver so ESXi bypasses ballooning and goes directly to swapping.
When a VM has a 100% memory reservation, every page of its configured RAM is guaranteed by physical memory, leaving ESXi with no pages it is permitted to reclaim through ballooning or swapping, which explains why VM 9 shows neither technique.
A memory limit caps active usage but does not remove the balloon driver or prevent ballooning; a VM with a limit would still balloon before swapping occurs.
High memory shares give a VM priority during contention but do not fully protect its pages from reclamation, so the VM could still be required to balloon under sufficient host memory pressure.
The balloon driver lives inside the guest as part of VMware Tools; when VMware Tools is absent, the driver does not exist and ESXi cannot use ballooning, so it skips that reclamation tier and immediately uses host-level swapping to free memory.
Concept tested: VMware memory reclamation techniques - reservation and balloon driver dependency
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.