devenv.exe memory consumption

  • Thread starter Thread starter Icarus
  • Start date Start date
I

Icarus

Hi:
My devenv.exe process is consuming about 600MB of my RAM memory. Mi PC only
have 1GB and I think that memory consumtion is a crazy!.
Googling I found that a VS Service Pack implements a solution of that
problem and It supuso to happen when, In the solucion, you have incrusted
controls like treeviews.
I installed VS SP and still have those highs memory consumption.

Any Ideas?

TIA Sergio
 
Hello Icarus,

Do u use ReSharper or CodeRush 3rd party addons?
They take a lot of memory

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


I> Hi:
I> My devenv.exe process is consuming about 600MB of my RAM memory. Mi
I> PC only
I> have 1GB and I think that memory consumtion is a crazy!.
I> Googling I found that a VS Service Pack implements a solution of that
I> problem and It supuso to happen when, In the solucion, you have
I> incrusted
I> controls like treeviews.
I> I installed VS SP and still have those highs memory consumption.
I> Any Ideas?
I>
I> TIA Sergio
I>
 
The memory consumption is caused by all of the features of Visual Studio.
Let's face it, software by definition uses resources. The more it does, the
more resources it consumes. You can turn off many of the features to improve
performance if you like. Of course, you will not be able to use turned-off
features, but the alternative is to upgrade your hardware. I find 1 GB of
RAM to be fairly small on a dev machine.

--
HTH,

Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
 
Back
Top