Guest SMP in VirtualBox?
Posted: 20. Apr 2009, 21:12
I've read that VirtualBox doesn't have the ability to use more than one core of a multi-core chip for the Guest VM, but that SMP support for Guests was planned (see this thread). Is there any information as to status of this feature?
I did find an option under ~/.VirtualBox/Machines/NAME_OF_VM/NAME_OF_VM.xml called "CPU count" but changing it from "1" to "4" had no effect
I did find an option under ~/.VirtualBox/Machines/NAME_OF_VM/NAME_OF_VM.xml called "CPU count" but changing it from "1" to "4" had no effect
Code: Select all
<Hardware>
<CPU count="4">
<HardwareVirtEx enabled="true"/>
<HardwareVirtExNestedPaging enabled="true"/>
<PAE enabled="true"/>
</CPU>