Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper memory usage in visual studio 2008

Can you suggest some ways/tips to decrease Resharper memory usage in VS 2008. Working set memory for my VS with 50 projects is around 650mb+

Edit: Now that 4.5 is out, this question is no longer relevant.

like image 544
Cherian Avatar asked Oct 18 '08 04:10

Cherian


2 Answers

650mb+ isn't abnormal, i have solution with 15 projects and 1k files and VS+ReSharper use 500mb (only ReSharper use 153mb)

Try this for show how much memory ReSharper use ReSharper -> Options -> General -> Show managed memory usage in status bar

like image 51
MicTech Avatar answered Sep 20 '22 13:09

MicTech


That doesn't sound like a completely unreasonable amount of memory when you've got 50 projects, Do they really all need to be in the same solution? If so, can you not just get more memory? While there may be ways of decreasing the R# memory use (disable its code analysis?) I suspect it won't make that much difference. I suspect in the end you'll have to accept that a modern IDE with a massive solution requires a powerful machine.

like image 28
Jon Skeet Avatar answered Sep 20 '22 13:09

Jon Skeet