Microsoft.VsHub.HttpHost64.exe memory usage issue

553 Views Asked by At

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.

Memory consumption while debugging

and even after I close the application I was debugging and Visual Studio it still was consuming memory.

Memory consumption after VS closed

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?

0

There are 0 best solutions below