Q. Is it OK to allocate more virtual processors than I have physical processor cores when scaling my virtual environment?

John Savill

January 3, 2010

2 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Virtualization abstracts the physical hardware from the virtual machine (VM). For example, a physical box may have four cores. You can allocate each VM a certain number of virtual CPUs (i.e. Hyper-V supports up to four virtual processors for each VM). The question is, then, if you have four physical cores, should you only allocate a total of four virtual processors across all VMs? This would limit you to running only four VMs, with one virtual processor each.

Normally, the hypervisor will dynamically execute instructions based on core availability, and won't lock one VM's virtual processor to a specific physical core. Remember that you virtualize to consolidate and get better utilization out of your available hardware. If you only allocate one virtual processor to each physical processor, you're likely to have lots of idle time, because each VM is unlikely be using 100 percent of its CPU.

Therefore, the recommendation is to allocate more virtual processors than you have physical processors and let the hypervisor take care of scheduling the CPU work across the physical cores. Microsoft typically recommends you have no more than eight virtual processors per physical core.

The exact number of virtual processors and VMs you run on a server will depend on the workload of the VMs. If you have a large number of VMs that are typically idle, you could run many VMs on a single processor without seeing a performance degradation. If your VMs have very high CPU usage, however, you would be able to run far fewer. You should perform benchmarking and data gathering of the VMs and physical servers that you plan to virtualize to understand CPU, memory, network, and disk I/O requirements before selecting the virtual host. Technologies such as System Center Virtual Machine Manager with System Center Operations Manager use statistics gathered from the virtual and physical machines to perform the best placement on the available virtual hosts.

Related Reading:



Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like