[FIXED] VBoxSVC runs at a constant 99% CPU usage on 2.1.2
Posted: 23. Jan 2009, 19:34
Hello,
I just upgraded VirtualBox from 2.1.0 to 2.1.2 on my Ubuntu host, and now when I start up my one Windows 2008 Server guest, VBoxSVC runs at a constant 98-99% CPU. I am running Hardy with a kernel version of 2.6.24-22-generic, x86_64 (a 64-bit host with a 32-bit guest). This only started with 2.1.2; 2.1.0 and previous versions were fine. I hope I don't need to downgrade. Is anyone else experiencing the same thing or could possibly help me troubleshoot this issue?
Thanks for any help!
CharTek
Here is my guest's configuration:
I just upgraded VirtualBox from 2.1.0 to 2.1.2 on my Ubuntu host, and now when I start up my one Windows 2008 Server guest, VBoxSVC runs at a constant 98-99% CPU. I am running Hardy with a kernel version of 2.6.24-22-generic, x86_64 (a 64-bit host with a 32-bit guest). This only started with 2.1.2; 2.1.0 and previous versions were fine. I hope I don't need to downgrade. Is anyone else experiencing the same thing or could possibly help me troubleshoot this issue?
Thanks for any help!
CharTek
| Edit:
I forgot to add - when I shutdown my guest VBoxSVC quits after a minute or two. However, it spikes right back up to 99% when I boot the guest again. My host is also a console-only server. I run VBoxHeadless -startvm adama -vrdp=off & to start up the guest. |
Code: Select all
<?xml version="1.0"?>
<!-- Sun xVM VirtualBox Machine Configuration -->
<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.6-linux">
<Machine OSType="Windows2003" uuid="{682603ca-20c3-43a9-a8f9-ced54a79a666}" name="adama" lastStateChange="2009-01-23T17:26:21Z">
<Hardware>
<CPU count="1">
<HardwareVirtEx enabled="false"/>
</CPU>
<Memory RAMSize="1024"/>
<Boot>
<Order position="1" device="DVD"/>
<Order position="2" device="DVD"/>
<Order position="3" device="HardDisk"/>
</Boot>
<Display VRAMSize="32" monitorCount="1" accelerate3D="false"/>
<RemoteDisplay enabled="false" port="13389" authType="Null" authTimeout="5000"/>
<BIOS>
<ACPI enabled="true"/>
<IOAPIC enabled="false"/>
<Logo fadeIn="true" fadeOut="true" displayTime="0"/>
<BootMenu mode="MessageAndMenu"/>
<TimeOffset value="0"/>
<PXEDebug enabled="false"/>
<IDEController type="PIIX4"/>
</BIOS>
<DVDDrive passthrough="false"/>
<FloppyDrive enabled="true"/>
<USBController enabled="false" enabledEhci="false"/>
<SATAController enabled="true" PortCount="4" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
<Network>
<Adapter slot="0" enabled="true" MACAddress="080027827777" cable="true" speed="0" type="82540EM">
<HostInterface name="eth0"/>
</Adapter>
<Adapter slot="1" enabled="false" MACAddress="080027AD9100" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="2" enabled="false" MACAddress="0800272BE3A9" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="3" enabled="false" MACAddress="080027339012" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="4" enabled="false" MACAddress="080027C77E78" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="5" enabled="false" MACAddress="080027E6122D" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="6" enabled="false" MACAddress="080027F18B2D" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="7" enabled="false" MACAddress="080027A3A95A" cable="true" speed="0" type="Am79C973"/>
</Network>
<UART>
<Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
<Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
</UART>
<LPT>
<Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
<Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
</LPT>
<AudioAdapter controller="AC97" driver="Null" enabled="false"/>
<SharedFolders/>
<Clipboard mode="Bidirectional"/>
<Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
<GuestProperties>
<GuestProperty name="/VirtualBox/GuestInfo/OS/Product" value="Windows Vista Server Standard Edition (full installation)" timestamp="1232731285070733000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/Release" value="6.0.6001" timestamp="1232731285071396000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/Version" value="" timestamp="1232731285071828000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/ServicePack" value="1" timestamp="1232731285072181000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/InstallDir" value="C:/Program Files/Sun/xVM VirtualBox Guest Additions" timestamp="1232731285073252000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Revision" value="36486" timestamp="1232731285073736000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Version" value="2.0.2" timestamp="1232731285074150000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxControl.exe" value="2.0.2r36486" timestamp="1232731285079448000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxHook.dll" value="2.0.2r36486" timestamp="1232731285085448000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxDisp.dll" value="2.0.2r36486" timestamp="1232731285088878000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMRXNP.dll" value="2.0.2r36486" timestamp="1232731285093644000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxService.exe" value="2.0.2r36486" timestamp="1232731285094993000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxTray.exe" value="2.0.2r36486" timestamp="1232731285099335000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxGuest.sys" value="2.0.2r36486" timestamp="1232731285102505000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxMouse.sys" value="2.0.2r36486" timestamp="1232731285105472000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxSF.sys" value="2.0.2r36486" timestamp="1232731285108533000" flags=""/>
<GuestProperty name="/VirtualBox/GuestAdd/Components/VBoxVideo.sys" value="2.0.2r36486" timestamp="1232731285111869000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/OS/LoggedInUsers" value="0" timestamp="1232731573168863000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/Count" value="1" timestamp="1232731573152165000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/IP" value="172.25.2.2" timestamp="1232731573152747000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Broadcast" value="255.255.255.255" timestamp="1232731573153199000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/V4/Netmask" value="255.255.255.0" timestamp="1232731573153648000" flags=""/>
<GuestProperty name="/VirtualBox/GuestInfo/Net/0/Status" value="Up" timestamp="1232731573154090000" flags=""/>
</GuestProperties>
</Hardware>
<HardDiskAttachments>
<HardDiskAttachment hardDisk="{7512919d-688a-4cea-bb7f-16bce45c92fa}" bus="SATA" channel="0" device="0"/>
<HardDiskAttachment hardDisk="{b1e53c4f-3186-4b64-84aa-deb1c281c884}" bus="SATA" channel="1" device="0"/>
</HardDiskAttachments>
</Machine>
</VirtualBox>