I have noticed a memory (private working set) increase in devenv.exe process - Visual studio 2010 - professional edition, even when it is in ideal state. Sometimes, it goes over 1GB, and frequently crashes with the message (OutOfMemoryException) "Not enough storage available". I am fed up of frequent VS crashes during the builds, for which I have to frequently restart the VS studio.
I have
- Have a 4GB Memory Ram
- Around 30 projects in my solution
- applied hotfixes at microsoft connect site and
- used the hack for VS to use more than 2GB of memory as mentioned in (http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx) with editbin option to increase the stacksize used by devenv.exe process (http://stackoverflow.com/questions/4189109/error-code-1073741515-when-using-editbin)
I am wondering if any one of you have had any way around for this issue. Any discussion or pointers will be appreciated
Thanks