Is This Normal ( too Much Memory )

  • Thread starter Thread starter João Santa Bárbara
  • Start date Start date
J

João Santa Bárbara

i don´t know what microsoft guys are doing but, i ´m developing a windows
forms application with 12 open projects associated
and my Visual Studio 2005 at start consume more than half of my available
resources, about ( 600 MBs Memory ) divided by phisical and Virtual
is this normal ???

And evey time i open the form in the designer it allocs more memory. but it
does not free any memory it allways allocs more.
the microsoft dudes don´t know how to free memory ???

is there any way to disable the runtime error and warnings checking ???


JSB
 
One suggestion is to not run with so many projects going at one time. I
usually only have one to three projects open at any one time.

The other is that if you minimize VS and then bring it back up, it should
clear out the memory. Well at least this worked in 2003.

David

======================================
David McCarter
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
 
Back
Top