2

I'm running a HP ProLiant DL380G6 with 2x Intel® Xeon® E5520 Quad Core Processor 2.26 GHz and 12GB of ram. I got Hyper-V installed and 3 VMs for now. If I open up task manager I can see 16 cores (I'm guessing that's 8 cores + 8 because of hyper-threading) but in Hyper-V I can only see 4 logical processors and as I read you are able to use 16 logical processors?

Best Regards, Acanthus

Acanthus
  • 67
  • 3

2 Answers2

2

Hyper-V (on Windows Server 2008 R2) will run on a host system with up to 64 processor cores, but the supported number of cores available to guests varies depending on the guest OS (most Windows OS's are limited to 1,2, or 4 cores, and Linux guests to 1 core). See: Virtualization with Hyper-V: Supported Guest Operating Systems

Sean Earp
  • 7,207
  • 3
  • 34
  • 38
-2

About 4 CPU core limit:

In VM's config file section:

[processors] [count type=”integer”]8[/count]

Now you have 8 core CPU.

This is my screenshot

Nime Cloud
  • 454
  • 1
  • 4
  • 17