this post was submitted on 06 Jul 2024
50 points (96.3% liked)

Linux

5009 readers
190 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] NateNate60@lemmy.world 8 points 2 months ago (4 children)

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?

[–] vividspecter@lemm.ee 9 points 2 months ago

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.

[–] BeigeAgenda@lemmy.ca 5 points 2 months ago* (last edited 2 months ago)

Hibernation needs a swap partition that's at least the same size as the memory.

Nvm: vivid.. already mentioned hibernation.