this post was submitted on 06 Jul 2024
51 points (96.4% liked)
Linux
8547 readers
607 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
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
For normal users with a sufficient amount of RAM, is there any real reason to even have a swap file or swap partition? Or why shouldn't they have one and set the swappiness to zero?
Depends on how you define "sufficient". Having some amount of swap can be helpful for efficient use of RAM, but I personally prefer to use zram for those cases.
A swap partition can also be useful if you use hibernation.
https://chrisdown.name/2018/01/02/in-defence-of-swap.html
Hibernation needs a swap partition that's at least the same size as the memory.
Nvm: vivid.. already mentioned hibernation.