让Hyperv虚拟机使用超过4个逻辑CPU

1、 在Hyperv管理器中设置hyperv虚拟机的逻辑cpu时,默认最多只能选择4个

clip_image003

那若想给虚拟机分配超过4个逻辑cpu可以不?

2、 答案是肯定的,我们可以通过修改配置文件来实现。

修改配置文件之前需要先把hyperv的服务停止掉,否则修改配置文件时无法保存。

clip_image006

找到对应想要修改逻辑CPU的虚拟机的配置文件,用记事本打开。找到下面的位置,

<processors>

<count type="integer">1</count> (修改其中的数量,如把1修改为8)

<features>

<limit type="bool">False</limit>

</features>

<limit type="integer">100000</limit>

<limit_cpuid type="bool">False</limit_cpuid>

<reservation type="integer">0</reservation>

<weight type="integer">100</weight>

</processors>

<stopped_at_host_shutdown type="bool">False</stopped_at_host_shutdown>

</settings>

修改完后,启动hyperv服务。

clip_image009

现在就可以看到逻辑的CPU是8个

clip_image012

你可能感兴趣的:(虚拟机,cpu,border,Alt,blank)