From Fedora Project Wiki
Description
Test installation zram-generator only (default disabled)
How to test
- Recommend removing the following packages. The swap-on-zram implementations in those packages have minor conflicts with
zram-generator
, but mostly they'll just contribute to user confusion.sudo dnf remove anaconda zram
- Install
zram-generator
:sudo dnf install zram-generator
- Reboot your machine
- Verify that swap-on-zram is *not* active.
$ zramctl $ swapon NAME TYPE SIZE USED PRIO /dev/vda1 partition 500M 0B -2
Everything should look like it usually does, because zram-generator isn't enabled by default.
Expected Results
- The
zram-generator
is installed without issues, and is not activated after a reboot.