VS CPU consumption is to high!
Howdy folks,
Just wondering if I can lower down the CPU consumption in any sort of way when using big projects
example:
with Resharper enabled:
http://share.gavekortet.dk/2014-12-19_0908.png
with Resharper disabled:
http://share.gavekortet.dk/2014-12-19_0916.png
current system:
i7 @ 3.50 GHz, 32Gb RAM, 512Gb SSD + 2Tb HHD
VS Ultimate 2013, ReSharper 8.2
Please sign in to leave a comment.
Hi, ReSharper's analyses, especially the initial indexing as well as solution-wide analysis do have a performance cost, which in your case is indicated by approximately one core being used.
While we cannot really do much with respect to initial indexing, you can do things like turn off SWA to improve performance. Check out this guide for some additional ways that you can speed up Visual Studio.