6
That’s it? I’d say it’s a bit small. Visual Studio, since all powerful Ides are memory eaters, there is probably no desktop application that uses as much memory. To use well recommend 16GB of RAM and a good SSD.
In some cases extensions may be causing over-consumption. Resharper is great, but it devours resources if it’s all connected.
Of course, the problem may be something else. The question does not give clear indications that VS is the problem. An antivirus may be impacting everything VS does. This is common. There may be another problem in another component that only appears when the VS is active. If I open a lot of stuff even with VS using little memory you can start doing swap like crazy.
It’s not normal, it’s very low. Be happy! I opened a project to debug and is in 1200MB.
– Jéf Bueno
If yours is low mine is with anemia, I run with 75MB of RAM kkk
– CypherPotato
In my case what usually crashes any application is the disk reading reaching 100%, so your problem may be some software that is already consuming the disk (I/O) and the MSVC Debugger also consumes what causes this.
– Guilherme Nascimento
My VS2019 is stopped, using 500MB RAM. The problem must be the sum of several applications, which results in a high level of usage of RAM, CPU, Disk, etc. Restarting the computer can help ;)
– Brhaka