Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Like really really slow.

I've got a 64 bit, 8 cores, 12 gig ram windows 7 host. I gave 4 cores and 4 gigs of ram to a 64 bit windows 7 virtual machine within which I am trying to run visual studio 2010 (and sql server - but that's it).

It worked for a few days but then the resource usage went off the charts - near 100% CPU at all times. I turned off windows 7 visual effects and it dropped immediately to normal levels. However any time I try to do anything in visual studio it spikes right back up.

Does anyone with a similar rig have a similar experience? I know people have pulled this set-up off successfully and have been very happy with it so I'm wondering if I just have a bad configuration somewhere.

share|improve this question
I have the same machine and the same problem. I've found the VM starts getting slower and slower with time so I restart it often - it helps for a while. Does not matter if I use one or more cores. – Lukas Cenovsky Apr 27 '10 at 21:42
This happens to me too on this machine. On my much slower laptop it does not. – George Mauer Jul 24 '10 at 22:23

4 Answers

Visual Studio 2010 uses GPU acceleration to do its GUI because it uses WPF for its forms. VM's don't pass through GPU tasks all that efficiently. In VS goto Tools -> Options -> Environment -> General -> Visual experience and uncheck the 3 check boxes in that fieldset and see if that does the trick.

I've found VM's will sometimes work fine with Aero and VS 2010 using the GPU but then for no reason started doing exactly what you describe. This works for me.

share|improve this answer
Thanks for the tip. all checkboxes unchecked but still having problems. Any other advice? – George Mauer Mar 2 '10 at 20:50
No :( that's always done it for me albeit I'm usually using Parallels or VMware Fusion since I use OS X as host. What VM software are you using? – jamone Mar 2 '10 at 21:21
...virtualbox... – George Mauer Mar 2 '10 at 22:13
1  
That worked wonderfully and immediately on vmware fusion. – Donald Hughes Mar 12 '10 at 22:00
up vote 7 down vote accepted

Found a clue here.

It would seem that virtualbox 3.1.4 (my current version) freaks out when you tell it to use more than one CPU on windows 7. I set it to use 1 CPU instead of 4 and resource usage went back to normal.

Hope they fix this soon.

share|improve this answer
3  
To be fair, its still insanely slow. Just better – George Mauer Mar 9 '10 at 19:58
This didn't work for me – Thiru Jul 24 '10 at 5:06

Disabling 3D acceleration under VM settings did the trick for me.

share|improve this answer

My current settings are:

  • disabled 3D acceleration
  • disabled Remote Display Server
  • only 1 CPU

The VS 2010 speed is not excelent but also not so slow.

share|improve this answer

protected by Community Aug 29 '11 at 0:05

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.