[Novalug] VirtualBox running Windows 7 on Arch lowering battery life

Maxwell Spangler maxlists at maxwellspangler.com
Wed Apr 21 19:14:47 EDT 2010


On Wed, 2010-04-21 at 11:32 -0700, Brander Snaxe wrote:
> I'm running Arch Linux on my Acer 1810T. I use VirtualBox to run
> Windows 7 so that I can access Outlook and work on corporate
> documents.
> 
> It seems that running the virtual machine is killing the battery
> faster than when it is not running (acpi is showing almost a full hour
> difference). I'm sure there are plenty of good engineering/scientific
> reasons for this, but I'm no expert and right now do not have the time
> to research.

The most challenging thing in an environment running a VM is the
overhead caused by not just the VM enabler (VirtualBox) but the
overhead of the guest OS itself. 

For example, If you boot Virtualbox and let it sit at a grub menu,
you'll see your CPU pegged at 100% of its maximize speed (Mhz/Ghz).
This is because grub is running a very simple loop to monitor your
keyboard for keypresses and that loop is running unconstrained as if it
were calculating something important.  VirtualBox doesn't know this is
just a keyboard monitoring loop and enables it to do so.  This causes
your CPU to require a good deal of power and depletes the battery.

Once you boot into Linux beyond grub, Linux can provide similar
functionality in a much more sophisticated method using hardware
interrupts and do a lot more for you with a lot less CPU load.

So, even if you have all sorts of power savings features enabled in the
Linux host, if Windows is constantly waking it up with activity, it's
going to keep hard drives running, the CPU running, etc.

Start with your Windows guest VM and try to disable features that aren't
used.  Explore its power savings options and try to enable power savings
wherever you can.

Virtualbox, as far as I know, won't have much here because its job is to
run the VM and not worry about power requirements of doing so.

The host Linux OS can be tweaked to reduce power consumption with things
like PowerTop (http://www.lesswatts.org/projects/powertop/).


Do what you can but realize that virtual machines enabling software is
focused on letting you run the VMs and not constraining their power use.

-- 
Maxwell Spangler
========================================================================
        Linux, Unix and Database Administration
        Currently: Boulder, Colorado
        LinkedIn: http://www.linkedin.com/in/maxwellspangler

        




More information about the Novalug mailing list