WRITELOOP

ZRAM COMPRESSED MEMORY ON POPOS 22

This is a short explaining what is ZRAM and what are its' benefits and tradeoffs.

2023 February 6

ZRAM compresses memory on processes not being used for a certain time (that are on the background). When they are brought back to the foreground, it decompresses at a little cost on the CPU for a moment. That is great for machines that do not have much memory because it prioritizes what is being run regarding RAM - and that is also great to eliminate completely the need to use swap on disk when a machine has plenty of memory. But if an app uses many processes it may cause the opposite effect (some slowness). PopOS claims that is not a problem on their implementation that was enabled some months ago. Fedora also implements ZRAM for some time now.

NOTE: The original content(s) that inspired this one can be found at:
https://podcast.thelinuxexp.com/@tlenewspodcast/episodes/apple-isnt-private-mastodon-loses-users-mozilla-joins-the-fediverse
All copyright and intellectual property of each one belongs to its' original author.