This may not affect everything, but memory constraint problems are quite common with ReSharper. However, I was addicted to this, and improving the speed of its removal did not outweigh the pain in withdrawing ...
By default, Visual Studio will only process 2 GB of memory. However, you can do this with lots of memory (so it will use up to 3 GB) by following these steps (from this post by Stephen Harman ):
- Be sure to back up devenv.exe
- Using the Visual Studio Command Prompt, browse to C: \ Program Files (x86) \ Microsoft Visual Studio 9.0 \ Common7 \ IDE \
- run the following command:
editbin /LARGEADDRESSAWARE devenv.exe
Also, see this post for some more great tips on overall Visual Studio performance. Every bit helps.
Try this and get a faster (10,000 rpm) hard drive. Many reports ( here on SO , on Coding Horror , and elsewhere ) indicate an increase in performance from the standard 5400 rpm to a faster model.
Prokiner
source share