Hello,
I've seen posts about this now and then, and I've checked the bugzilla.
I'm running a P4 w/ hyperthreading enabled.
2.6.26-1-686 #1 SMP Wed Jul 30 20:02:15 <--Stock Debian
It seems that with any guest windows 2k or Linux, if I have USB enabled, my CPU usage skyrockets. Sometimes over 100% (2 cores right)
Is this ever planned on being fixed. I've downgraded to 1.6.0 and still see the problem.
Is it perhaps my own system? I feel this maybe the more likely culprit.
What tweaks do I need on my Linux host to stop the CPU spikes if it is my system.
Thank You,
btanoue
High CPU with USB enabled 1.6.4
-
KeyzerSuze
- Posts: 88
- Joined: 14. Aug 2008, 07:57
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: debian i386, debian amd64, Windows XP, Windows 2003 Server
-
KeyzerSuze
- Posts: 88
- Joined: 14. Aug 2008, 07:57
- Primary OS: Debian other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: debian i386, debian amd64, Windows XP, Windows 2003 Server
runbtanoue wrote:KeyzerSuze,
If you can tell me how to run strace to profile virtualbox, I can also check to see if I am seeing the same thing you are.
ps -u "$(id -u)" ww
to show you al the processes running under your userid there will be a VBox.. appplication running finds its pid and then run strace -p <pid>