Make swap better with zram on Linux
The ideal swap configuration depends on your use case and the amount of physical RAM in your host computer. Zram is a compressed RAM disk...
Drop swap for zram on Linux
Zram is a tool for creating an in-RAM compressed cache, specifically for use as swap space. I spend a lot of time playing (I mean...
How I troubleshoot swappiness and startup time on Linux
I recently experienced another interesting problem in the Linux startup sequence that has a circumvention–not a solution. It started quite unexpectedly. I was writing a...