Resharper memory usage in visual studio 2008

resharper, visual-studio-2008

Solution

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.

Problem

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.

Original source