Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2010 memory consumption

I am having problems with my visual studio 2010 where its memory consumption increases quickly while the application is open. I unistalled all plug ins and now just have the clean version. But while I have the solution open, the memory increases from ~300K to 1GB to such a point if it hasnt crashed, I need to kill the process. The version of the VS is professional and it happens for different solutions.

I feel it may down to the locking on VS2010 config files eating in to memory but thats a guess.

Anyone have similar issues or how I might go about finding what the issues is?

like image 919
amateur Avatar asked Jul 11 '11 23:07

amateur


1 Answers

I was having the exact same problem working with large solutions. Give this plugin a try, Solution Load Manager, it lets you essentially "lazy load" projects in your solution, so you only have the ones you're actively working in open and consuming memory.

Worked wonders for me.

like image 171
Brandon Moretz Avatar answered Nov 15 '22 09:11

Brandon Moretz