Decisive memory usage in visual studio 2008

Can you suggest some ways / tips to reduce the use of Resharper memory in VS 2008. The working memory for my VS with 50 projects is about 650 MB +

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

+6
visual-studio-2008 resharper
source share
2 answers

This is not like a completely unreasonable amount of memory when you have 50 projects. Do they all have to be in one solution? If so, can you not just get more memory? Although there may be ways to reduce the use of R # memory (disable its code analysis?) I suspect this will not make much difference. I suspect that in the end you will have to admit that a modern development environment with a massive solution requires a powerful machine.

+8
source share

650mb + is not abnormal, I have a solution with 15 projects and 1k files, and VS + ReSharper uses 500mb (only ReSharper uses 153mb)

Try this to show how much memory ReSharper uses. ReSharper -> Options -> General -> Show Managed Memory Usage in Status Bar

+10
source share

All Articles