I just installed VirtualBox and setup my first guest, Debian 8.5 with Gnome. My CPU usage while the guest is idle is 17-20%. I am new to VirtualBox so this may be normal, but it seems high to me.
System Specs:
Intel i7-4790k 4.00GHz
32GB RAM
Nvidia GeForce GTX 960 4GB
120GB SSD (host and guest on this drive)
I gave the guest 1 CPU and 2GB RAM. Installed VirtualBox Extension Package and Guest Additions.
Is there anything I should change to get better performance and lower CPU usage?
Any suggestions are greatly appreciated!
Debian guest CPU usage 17+% idle
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Debian guest CPU usage 17+% idle
Post the guests log file ( as an attachment )
Re: Debian guest CPU usage 17+% idle
Thank you for your reply. I have attached the log file as requested.Perryg wrote:Post the guests log file ( as an attachment )
- Attachments
-
VBox.log- (83.56 KiB) Downloaded 19 times
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Debian guest CPU usage 17+% idle
It looks like the cause for this is due to running in software rendering mode because the guest has not had the 3D acceleration enabled in the guest settings. Enable it and see if the CPU load reduces.
Re: Debian guest CPU usage 17+% idle
That seemed to do the trick! Besides when the VM was booting and a quiz spike when some programs are opened, CPU usage hasn't gone above 5%.Perryg wrote:It looks like the cause for this is due to running in software rendering mode because the guest has not had the 3D acceleration enabled in the guest settings. Enable it and see if the CPU load reduces.
Thanks for your help!