Enable zram-swap on all the workstation installations

Compressed RAM as a swap is faster than disk. This makes most machines
more interactive when under low memory pressure, and, combined with no
disk-backed swap, reduces wear and tear on "flash" storage with limited
number of writes.
This commit is contained in:
Bastien Nocera 2019-07-19 16:36:50 +02:00
parent 2976215122
commit 18428f225b
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
bootloader --append="cma=256MB"
services --enabled=sshd,NetworkManager,chronyd,zram-swap
services --enabled=sshd,NetworkManager,chronyd
autopart --type=plain --noswap

View File

@ -25,4 +25,6 @@
-gfs2-utils
-reiserfs-utils
services --enabled=zram-swap
%end