From 8befd0348e4273ab83732e9a8e56ad6c919f45fb Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Jul 22 2019 10:30:35 +0000 Subject: Enable zram-swap on 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. Signed-off-by: Bastien Nocera --- diff --git a/80-workstation.preset b/80-workstation.preset index 7e250fb..9f91ca6 100644 --- a/80-workstation.preset +++ b/80-workstation.preset @@ -13,3 +13,6 @@ disable sshd.service enable cups.socket enable cups.path disable cups.service + +# enable zram swap by default on workstation +enable zram-swap.service