The guest OS has 5 gigs of hard drive space, i've tried 128 and 256 MB of ram, I've tried an installation with ACPI off and on and still no luck.
My Host OS is i belive a 3.4 GHZ 64 bit AMD processor, 1 gig of ram, 100+ gig hard drive.
I'm running XP Professional with a guest OS of xp professional. My Host OS and guest OS cpu's both spike to 100 percent when for example i use IE. My host and Guest OS cpu's both get high spikes when i do just about anything. Just out of curiousity, i tried using Microsoft Virtual PC 2007 PS1 and VMware with the same end result. I've also tried using W2K which also had the same end result.
Please indicate if there are any types of logs that might prove useful and i will post them once i'm @ my computer.
Thanks in advance.
Abnormal CPU Usage
-
sej7278
- Volunteer
- Posts: 1003
- Joined: 5. Sep 2008, 14:40
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Solaris, Linux, Windows, OS/2, MacOSX, FreeBSD
- Contact:
1gb ram is really pushing it for running a guest and host os, its probably pagefile access thats slowing things down.
xp64 is a bit of a naff host let alone guest for virtualisation. with xp64 there is no fix like there is with xp32.
linux i'd say is the best host, and win2003 the best guest.
the only time i've seen high cpu load on a linux guest is with rhel4, but that's easily fixed with divider=10 kernel param in grub.
but 64-bit guest support seems to be rubbish overall.
xp64 is a bit of a naff host let alone guest for virtualisation. with xp64 there is no fix like there is with xp32.
linux i'd say is the best host, and win2003 the best guest.
the only time i've seen high cpu load on a linux guest is with rhel4, but that's easily fixed with divider=10 kernel param in grub.
but 64-bit guest support seems to be rubbish overall.
-
TerryE
- Volunteer
- Posts: 3572
- Joined: 28. May 2008, 08:40
- Primary OS: Ubuntu other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
- Contact:
Fubar, welcome to our forum BTW. Have a browse of the FPG (URL below). I've posted on this before. If the guest code wants to run the CPU flat out then on your host the VMM will run at 100%. This isn't the fault of VBox, it's the flawed guest configuration. To get the guest process running at a few% when guest is "idling", the guest OS kernel must put its virtual CPU into a suspend mode when in its null process. The most common reason for not doing so is SMP synchronisation, but also some device drivers are pretty antisocial in this regard and use the RTC heavily.
So make sure that you are running a non-SMP version of the NT kernel as sej7278 says and also go around all of your main devices temporarily disabling their drivers in device manager to see if this causes a step drop in observed CPU. You can get XP VMs which will tick at less than 10%; it's just a lot harder to do this when you've done a P2V.
So make sure that you are running a non-SMP version of the NT kernel as sej7278 says and also go around all of your main devices temporarily disabling their drivers in device manager to see if this causes a step drop in observed CPU. You can get XP VMs which will tick at less than 10%; it's just a lot harder to do this when you've done a P2V.
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
Google your Q site:VirtualBox.org or search for the answer before posting.