this post was submitted on 06 Jul 2024
51 points (96.4% liked)

Linux

4810 readers
305 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 month 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?

[–] [email protected] 9 points 1 month 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.

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago)

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

Nvm: vivid.. already mentioned hibernation.