Link to home
Start Free TrialLog in
Avatar of Lucane
LucaneFlag for Türkiye

asked on

CPU allocation to the guest machine on HyperV3.0

I have activated HyperV3.0 on windows 2012 server. I made a virtual machine, operating system is windows 2008 R2 SP1. Users connect via remote desktop and use applications. While on the guest server the CPU usage is 60%-80%  host CPU usage does not exceed 5%. There are 2 CPUs, total of 8 core CPUs. Virtual machine sometimes experiences slow downs due to CPU usage. Right now I am using 4 VCPUs. How can I allocate more CPU to the guest machine? Does it have anything to do with NUMA settings?

Thank you for your time.
Avatar of Haresh Nikumbh
Haresh Nikumbh
Flag of India image

1 vCPU does not equal 1 core - there is no one to one relationship (at all) with any hypervisor (not with Hyper-V, nor XenServer, nor ESX)
Let’s do the Hyper-V math...  The capacity planning guideline is 8 vCPU per CPU Core.
One CPU (dual core) = 2 Cores     x8 = 16 virtual CPUs.
16 vCPUs / 4 vCPU per VM = 4 VMs
16 vCPUs / 2 vCPU per VM = 8 VMs
16 vCPUs / 1 vCPU pre VM = 16 VMs


http://social.technet.microsoft.com/wiki/contents/articles/1234.hyper-v-concepts-vcpu.aspx
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial