This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### how to enable on boot zram.service in Fedora 23 and later ? | |
just add [Install] section in zram.service. | |
example unit file above. | |
command for edit sudo systemctl edit --full zram.service | |
p.s. | |
if you have 2 GB of RAM or more, you may want to change the value of MAX_RAM_ON in /usr/libexec/anaconda/zramswapon | |
zram.service file: |
NewerOlder