Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper slow and troublesome

Im using ReSharper 6 in a Vs 2010 Pro environment and are doing some pretty large scale projects. Development box includes 2 x quadcore xeon with 24 GB ram. Project's are running on a PCI-E x4 SSD drive with 1GB/s read and write (for real). So, i suppose there is not much I can do to give the development machine more power.

The worst project is an Umbraco site with roughly 14000 files and folders and some pretty nasty css. I got everything from second long freezes to 30 sec VS freezout.

I've optimized VS2010 according to every guide available in VS optimization. Even enabled the 64bit memory enhancement but the problems continue.

I've even added the media library folder to the skip list.

Are there any other magic tricks someone would know of, please let me know!

like image 768
Eric Herlitz Avatar asked Dec 07 '11 10:12

Eric Herlitz


3 Answers

gorohoroh's comment lead me to the solution, the 6.1 nightly dec 13 rocks!

Thanks

http://confluence.jetbrains.net/display/ReSharper/ReSharper+6.1+Nightly+Builds

like image 171
Eric Herlitz Avatar answered Sep 20 '22 22:09

Eric Herlitz


I am using 7.0.1 and I find that it's killing my machine too.

However, it normally happens if I have more than one VS2010 open.

If it happens then the only way of fixing it I have found is to close VS, delete the DotSettings.user and the suo, and then reopen.

like image 2
tom redfern Avatar answered Sep 22 '22 22:09

tom redfern


I'm using 6.1, and find that it slows down over time, and typing becomes really laggy. I've just discovered that when it starts to chug, if I go to "Tools..Options..ReSharper..General", then click on Suspend, then Resume - it goes back to it's initial speed.

like image 1
Dan Avatar answered Sep 23 '22 22:09

Dan