怎么提升逻辑处理器个数4个以上
发布网友
发布时间:2022-12-12 22:45
我来回答
共1个回答
热心网友
时间:2024-03-20 00:41
1、 在Hyperv管理器中设置hyperv虚拟机的逻辑cpu时,默认最多只能选择4个
让Hyperv虚拟机使用超过4个逻辑CPU_border
那若想给虚拟机分配超过4个逻辑cpu可以不?
2、 答案是肯定的,我们可以通过修改配置文件来实现。
修改配置文件之前需要先把hyperv的服务停止掉,否则修改配置文件时无法保存。
让Hyperv虚拟机使用超过4个逻辑CPU_虚拟机_02
找到对应想要修改逻辑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服务。
让Hyperv虚拟机使用超过4个逻辑CPU_blank_03
现在就可以看到逻辑的CPU是8个