Comment on Why is my server using all my Swap but I have RAM to spare?
possiblylinux127@lemmy.zip 1 week ago
I would turn swap off honestly. Chances are you aren’t going to have issues with 16GB.
Comment on Why is my server using all my Swap but I have RAM to spare?
possiblylinux127@lemmy.zip 1 week ago
I would turn swap off honestly. Chances are you aren’t going to have issues with 16GB.
joshcodes@programming.dev 1 week ago
Counter 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 1 week 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 1 week ago
linuxblog.io/linux-performance-almost-always-add-…