I have a large solution, contains about 10 web references, open in Visual Studio 2010 in Windows 64bit with 16G ram. One or more a day, Visual Studio stalls and hangs for about 3-5 minutes. Looking at the task manager, I can see that it's doing about 40megs of I/O reads every second. This goes on for a few minutes while VS is unusable. I am using Resharper. I disabled it and noticed the behavior persists so looks like it's not Resharper related.
I have no idea what VS is doing with this huge amount of reads. All I can think of is it's probably related to the size of the solution and maybe it's reorganizing its data structures, reading caches from files...? What's strange is it's not doing any writes during the reads.
Anyone knows what it might be doing?
At least it forces me to take a break from coding!