A company's vSphere environment has multiple clusters with varying workloads. The operations team notices that one cluster consistently shows high CPU ready times on several hosts. Which action should be taken to address this performance issue?
Trap 1: Increase the memory allocation of VMs with high CPU ready times.
This does not address CPU contention.
Trap 2: Increase the CPU reservation for VMs with high ready times.
Reservations can increase contention.
Trap 3: Enable Storage DRS to balance storage I/O load.
Storage DRS does not affect CPU ready times.
- A
Increase the memory allocation of VMs with high CPU ready times.
Why wrong: This does not address CPU contention.
- B
Increase the CPU reservation for VMs with high ready times.
Why wrong: Reservations can increase contention.
- C
Reduce the number of virtual CPUs assigned to VMs and consider adding more hosts.
Reducing vCPUs and adding hosts reduces CPU contention.
- D
Enable Storage DRS to balance storage I/O load.
Why wrong: Storage DRS does not affect CPU ready times.