this post was submitted on 06 Aug 2026
257 points (100.0% liked)

PC Master Race

22093 readers
1834 users here now

A community for PC Master Race.

Rules:

  1. No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
  2. Be respectful. Everyone should feel welcome here.
  3. No NSFW content.
  4. No Ads / Spamming.
  5. Be thoughtful and helpful: especially when new beginners have questions.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] passenger@sopuli.xyz 27 points 1 week ago* (last edited 1 week ago) (4 children)

This thread is full of misconceptions about RAM use. It is normal and efficient for an OS to reserve memory for processes even if it not really used. This memory will be juggled around in case that is needed. It would be very bad for a modern OS if you somehow lowered your used RAM to near 0%. That would make the computer slower.

See for example this: https://www.linuxatemyram.com/

The same thing goes for Windows. It reserves RAM to be used. Like it should be.

Sure, Windows is bloated.

But posting screenshots of your task manager tells us nothing. If it uses 30% of your RAM at start time, that's fine. Or not. Can't really tell.

[–] UsoSaito@feddit.uk 11 points 1 week ago (2 children)

Modern OS that isn't Windows though can use significantly less RAM. It's all the telemetry shit and always-online shit thats been jammed into the OS that makes it run poorly. Theres no reason to run CoPilot in File Explorer.

[–] passenger@sopuli.xyz 4 points 1 week ago* (last edited 1 week ago) (1 children)

I agree fully. But in this post's comments people don't seem to understand how RAM use works.

It should be used... It is good... Not using it is bad!

[–] Hamartiogonic@sopuli.xyz 1 points 1 week ago

If your processes require RAM, it’s fine to use it. Windows obviously has many processes like that and reserves lots of RAM.

A Linux system can also have RAM-heavy processes if you choose to install and run them. In that case, a high RAM usage indicates that these processes are functioning correctly. Conversely, very low RAM usage suggests that the system is running as intended, assuming you haven’t installed unnecessary applications.

While RAM usage numbers can tell you something about installed and running processes, they don’t necessarily tell much about system performance. High or low values alone don’t definitively tell you whether the system is running well or poorly.

[–] rumba@lemmy.zip 3 points 1 week ago
[–] Natanael@infosec.pub 4 points 1 week ago

The amount of available RAM (which includes RAM actively used for caches but which will be immediately reassigned by the OS if requested by applications) matters more if you do a lot of task switching.

[–] mlg@lemmy.world 0 points 1 week ago

But posting screenshots of your task manager tells us nothing. If it uses 30% of your RAM at start time, that's fine. Or not. Can't really tell.

~~Man if only there was some type of metric that showed available memory instead of cached~~

Actually I think you meant hard allocation in which case it can actually be bloated applications that request too much preallocation from the OS (source: every Java jar ever).