Comment on Why is my server using all my Swap but I have RAM to spare?
joshcodes@programming.dev 2 months agoCounter point, set the ‘swappiness’ lower than the default 60. I’ve set mine to 30 and the system boots a lot faster. You could research and consider 10-20.
possiblylinux127@lemmy.zip 2 months ago
What are you using swap for? On Fedora installs the swap is just zram.
The worst case without swap is that oom gets triggered. If 16GB gets eaten up chances are it is a single app.
LordKitsuna@lemmy.world 2 months ago
linuxblog.io/linux-performance-almost-always-add-…