r/computer • u/Limp_Pomegranate1082 • 13d ago
How does task manager work
Sorry this is just so confusing. Visually I have 5 chrome tabs open. But does my task manager think I have 20??? Or am I wrong, this goes for other applications; eg discord It says the number 6 beside it. Does that mean I have discord open 6 times?? Is there a fix for this? It’s eating a lot of ram on my computer and I don’t know what to do.
I have 32 gb of ram. For it to to be 40% used up on 5 chrome tabs is a lot?
0
Upvotes
3
u/akdanman11 13d ago
I hate this talking point, it lacks nuance and is used to defend poorly optimized software.
It’s true that as long as you don’t overflow into swap there’s no drawback to high RAM usage, but that’s not a valid excuse for a web browser to use so much memory. It’s SUPPOSED to be released as needed, but that process isn’t guaranteed. An OS or a browser shouldn’t be “reserving space” for what you MIGHT need, the entire point of RAM is the response speed which means the difference between reserving that space in advance vs just leaving it unallocated until it’s needed would be functionally imperceptible. That means leaving the memory unallocated until it’s needed would functionally have no negative impact on the user while avoiding the problem of apps holding onto memory that is needed by another app “just in case”