this post was submitted on 26 Nov 2024
456 points (97.5% liked)
196
16588 readers
1929 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Having programs steal or sit on RAM without using it is never a good thing. That's why it's called a memory leak, because it's as if the free memory is leaking away. And it gets deprived from other apps that might need it more than Firefox or chromium does.
Your idea only works if programs actually take only as much ram as they need and give it back when done, but they don't do that, they usually sit on it until it's pried from their cold dead fingers. That's what memory leaks are, and modern browsers these days are extremely prone to them.