Question Why visual studio 2022 fill memory although I open only one instance

ahmedaziz

Well-known member
Joined
Feb 22, 2023
Messages
55
Programming Experience
1-3
I work on visual studio 20222 asp.net core 7 applications with csharp . project is not big may be small or medium .

after open my computer and start working on visual studio 2022 it fill memory until computer hang or freezes and give me error

out of memory

from task manager problem show to me when open visual studio 2022 for any project more than 40 service open

so how to automatically not make this service running to prevent memory full .

I check task manager i found visual studio take too much from memory

so How to solve this issue please

image to issue


computer hang and freezes when open visual studio alone or with other application because service related that open with visual studio


serviceupdate.png
 
How much total RAM does your machine have? Does it meet the hardware requirements of VS2022?
 
Anyway, the number at the top row is the total memory used by all the child executables started by Visual Studio. I'm reading that to be only taking about 2.5GB. You have 16GB. Something else is eating up your RAM.

Anyway, as noted in the link I provided in post #4, it's likely that you have multiple extensions that are adding up to that 2.5GB.
 

Latest posts

Back
Top Bottom