I was happily debugging some C# code in Visual Studio 2015 when I started to notice that a VsHub related process (Microsoft.VsHub.HttpHost64.exe) was going bananas with memory consumption and slowing my whole system.
and even after I close the application I was debugging and Visual Studio it still was consuming memory.
This keeps happening and makes debugging with Visual Studio a little bit frustrating... when this stuff is consuming more than twice the memory your own program is allocating.
Anyone having the same issue and solve it (without deleting/renaming the executable)? Any thoughts?