Visual Studio 2010 -- how to reduce its memory footprint
Posted
by GregC
on Stack Overflow
See other posts from Stack Overflow
or by GregC
Published on 2010-06-16T15:00:52Z
Indexed on
2010/06/16
16:42 UTC
Read the original article
Hit count: 316
I have a solution with just under 100 projects in it, a mix of C++ and C# (mostly C#). When working in VS2005, the working set of Visual Studio is considerably smaller than that of VS2010.
I was wondering if there are some things that can be turned off, so I can develop in VS2010 under 32-bit OS without running out of memory.
© Stack Overflow or respective owner