-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Please let me know if I do anything to provide more information about this bug. As it stands I don't know if I can e.g. force this extension to log anything for me.
Upgrading the GitExt VS2019 extension from v3.4.0.7 (the newest build on GitHub) to v3.4.1.21 (the newst build on VS Marketplace) seems to result in an extremely high memory usage of devenv.exe
, circa 2GB for just the IDE loaded with no code! With a bigger solution loaded, devenv.exe
easily crashes as it runs out of memory.
v3.4.0.7, IDE loaded with no code:
v3.4.1.21, IDE loaded with no code:
For all I know, it wasn't "always" like this as it seems to have worked fine for me until yesterday. To my knowledge I have not changed any settings, the last thing I did in VS before I noticed things started breaking was opening a CMake project via VS. Because I am not sure how to debug this, I do not know if this action had any relevance to the issue or not.
So far I observed this on VS16.11.2 and VS16.11.3.