Memory Usage Problem Microsoft.VsHub.HttpHost64.exe

I was happy to debug some C # code in Visual Studio 2015 when I began to notice that the VsHub-related process (Microsoft.VsHub.HttpHost64.exe) was collecting bananas with memory consumption and slowed down my entire system.

Debug memory consumption

and even after closing the application that I was debugging, and Visual Studio was still consuming memory.

Memory consumption after closing VS

This continues to happen and makes debugging with Visual Studio a little frustrating ... when this stuff consumes more than two times the memory that your own program allocates.

Anyone having the same problem and resolving it (without deleting / renaming the executable file)? Any thoughts?

+4

Source: https://habr.com/ru/post/1648256/


All Articles