this post was submitted on 30 Mar 2026
1140 points (98.5% liked)
Programmer Humor
30720 readers
2472 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not unpopular but only half right. Free RAM already gets used for caching, invisible to you. What you see in the task manager is reserved RAM and that one can't be used by other applications. If all RAM is reserved, you get pagination or the OOMkiller.