I have a solution with just under 100 projects in it, a mix of C++ and C# (mostly C#). When working in VS2005, the working set of Visual Studio is considerably smaller than that of VS2010.
I was wondering if there are some things that can be turned off, so I can develop in VS2010 under 32-bit OS without running out of memory.
I have recently downloaded Visual Studio 2022 and have found it using a high amount of CPU and memory. This causes Visual Studio (as well as my computer) to slow down at times. The CPU usage fluctuates between 20% - 99% and the Memory usage fluctuates between 2GB - 14GB of memory.
The primary tools for detecting memory leaks are the C/C++ debugger and the C Run-time Library (CRT) debug heap functions. The #define statement maps a base version of the CRT heap functions to the corresponding debug version.
You might have extensions installed that slow Visual Studio down. For help on managing extensions to improve performance, see Change extension settings to improve performance. Similarly, you might have tool windows that slow Visual Studio down.
So you can just disable that just for that workspace. But don't forget to save the vs-code workspace. Another less recommended trick I apply for my VSCode workspace is to disable all the unnecessary builtin language basics or features extensions.
You can try using the Solution Load Manager. It'll let you mark some of the projects files as load on demand or not load at all. That may help.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With