I've got a relatively powerful PC (Windows 7 x64, 4 core I7 cpu with 16 GB of RAM), but about every hour it grinds to a halt and I have to restart Visual Studio 2015 which seems to be hogging most of the machine's resources.
It is currently open with my Solution. I have not debugged the solution for over an hour, but according to the Resource Monitor, Visual Studio is currently:
- Using 100 Threads with an average CPU usage of 35%
- Disk Activity - I can't count how many entries there are for devenv.exe for this PID, but there seems to be one entry for every class in my solution
- Memory - the Private KB is showing at about 2.1 GB
Is this the new Roslyn compile at work? The memory rises rapidly when I open my solution. It seems to creep up over time (without me running anything).