How to Minimize vMotion Latency with a Conservative DRS Migration Threshold
A financial services company runs a critical trading application on a vSphere 7 cluster with four ESXi hosts. Each host has 512 GB RAM and dual 16-core CPUs. The application is extremely latency-sensitive and runs in a single VM named TRADER-01. The VM currently has 16 vCPUs and 128 GB RAM assigned. The cluster uses vSphere HA and DRS in fully automated mode with aggressive migration threshold. Recently, the application experienced occasional latency spikes. Monitoring shows that these spikes correlate with DRS migrations of other VMs on the same host as TRADER-01. The administrator needs to eliminate these latency spikes without sacrificing application performance. The company has budget constraints and cannot add new hardware. Which action should the administrator take?
Quick Answer
Setting the DRS migration threshold to conservative (level 1) is correct because it directly targets the actual cause of the latency spikes: vMotion migrations happening on the same host as the latency-sensitive trading VM. The migration threshold controls how large an imbalance score has to be before DRS acts, and an aggressive setting means DRS will move VMs around for even minor imbalances, generating frequent vMotion activity. Every vMotion consumes CPU and memory bandwidth on both the source and destination host while memory state is copied over, and on a host running a workload as sensitive as TRADER-01, that contention is enough to produce noticeable latency spikes even though the trading VM itself was never the one being migrated. Moving the threshold to conservative raises the bar for DRS to intervene, so migrations happen far less often, cutting down on this background interference without touching TRADER-01's own vCPU or memory allocation, and without requiring new hardware. Other approaches, like resizing the VM or disabling DRS entirely, would either not address the root cause or sacrifice the cluster's ability to balance load when it genuinely needs to. When a scenario describes a latency-sensitive VM suffering brief performance dips that line up with DRS activity elsewhere on the same host, look for an answer that reduces migration frequency rather than one that changes the sensitive VM's own configuration.
⚠ Common exam trap
Test-takers frequently assume disabling DRS or using a host affinity rule is the best way to isolate a critical VM, but they overlook that DRS migrations of other VMs onto the same host can still cause latency spikes, and the conservative threshold directly reduces the frequency of those migrations without sacrificing overall cluster balance.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Set the DRS migration threshold to conservative (level 1) to minimize vmotion events
Setting the DRS migration threshold to conservative (level 1) reduces the frequency of vMotion migrations by requiring a higher imbalance score before DRS recommends or executes a migration. This directly addresses the latency spikes caused by DRS migrations of other VMs on the same host as TRADER-01, as fewer vMotion events will occur, while still allowing DRS to balance the cluster when necessary. The aggressive threshold was triggering migrations too readily, causing resource contention and latency for the latency-sensitive VM.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Disable DRS on the cluster and rely solely on vSphere HA
Why it's wrong here
Disabling DRS loses load balancing benefits and may cause other performance issues.
- ✗
Create a DRS rule to keep TRADER-01 on a single host and set the host as a preferred host for the VM
Why it's wrong here
This restricts the VM to one host, which can cause resource contention on that host and loss of HA if the host fails.
- ✓
Set the DRS migration threshold to conservative (level 1) to minimize vmotion events
Why this is correct
Reducing migration threshold decreases the number of DRS recommendations and actions, reducing latency spikes.
- ✗
Reduce the vCPU count of TRADER-01 to 8 to reduce CPU schedul time
Why it's wrong here
Reducing vCPUs might degrade application performance; the latency spikes are due to migrations, not CPU contention.
Go deeper
Related to this question
About these practice questions
Courseiva writes every VCP-DCV question from scratch — 498 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on VCP-DCV
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A vSphere administrator is troubleshooting a performance issue on a cluster with vSphere DRS enabled. The administrator notices that all VMs are on the same host despite DRS being fully automated. What is the most probable cause?
hard- A.DRS automation level is set to 'Manual'.
- ✓ B.The host with all VMs has a higher DRS migration threshold.
- C.The cluster has DRS set to manual mode.
- D.The vMotion network is not configured.
Why B: DRS migration thresholds are configured at the cluster level (1–5), not per host. When the threshold is set to a high value (e.g., 4 or 5), DRS is conservative and less likely to migrate VMs, even if load is imbalanced. This explains why all VMs remain on a single host despite fully automated DRS. Option B's wording is technically inaccurate (thresholds are per cluster, not per host), but it correctly identifies the root cause.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This VCP-DCV practice question is part of Courseiva's free VMware certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VCP-DCV exam.