As a normal, boring user that does nothing special other than browse the internet and the occasional "casual coding" -- what am I supposed to do with 32GiB of ram?

GustavoM@lemmy.world to Linux@lemmy.ml – 101 points –

Title. Besides setting tmpfs to use 10GiB of it to store downloads.

55

You are viewing a single comment

unused RAM is wasted RAM

Average web developer principle

A program that can run on 1GB but uses 2GB is more wasteful, OS and FS level caching and memory reclamation only work if the memory is available, and a program wasting it takes it from everything else, unused RAM is wasted, but so is RAM being used for no actual function.

Not to say programs cant use large amounts, but they should provide a level of functionality for the amount of memory used, and some programs of late have been more than a bit inefficient, in short, filling the RAM is good, but do make sure its actually being used.

That means you should waste and occupy as much as possible? Lol.

I think less of anyone who treats 'sayings' like that as absolute fact. Small minds.