mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-25 08:33:09 +00:00
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:
parent
2976215122
commit
18428f225b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
bootloader --append="cma=256MB"
|
bootloader --append="cma=256MB"
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
services --enabled=sshd,NetworkManager,chronyd
|
||||||
|
|
||||||
autopart --type=plain --noswap
|
autopart --type=plain --noswap
|
||||||
|
|
||||||
|
@ -25,4 +25,6 @@
|
|||||||
-gfs2-utils
|
-gfs2-utils
|
||||||
-reiserfs-utils
|
-reiserfs-utils
|
||||||
|
|
||||||
|
services --enabled=zram-swap
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user