From 7ffb4d6b6ab35ecf5e5292b95beb016282f45c04 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Fri, 2 Sep 2022 12:07:04 +0300 Subject: [PATCH] Bump zram-fraction to 2.0 for reproducible.archlinux.org This box is very sussy and really likes to fill up its zram swap: [root@reproducible ~]# zramctl NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT /dev/zram0 lzo-rle 1.9G 1.5G 183.4M 196M 1 [SWAP] [root@reproducible ~]# free -m total used free shared buff/cache available Mem: 1928 529 73 5 1325 1236 Swap: 1927 1543 384 Fixes: 4a5748eaa6dc ("Bump zram-fraction to 1.0 for reproducible.archlinux.org") --- host_vars/reproducible.archlinux.org/misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/reproducible.archlinux.org/misc b/host_vars/reproducible.archlinux.org/misc index 23276f97..e6004748 100644 --- a/host_vars/reproducible.archlinux.org/misc +++ b/host_vars/reproducible.archlinux.org/misc @@ -1,4 +1,4 @@ filesystem: btrfs -zram_fraction: 1.0 +zram_fraction: 2.0 wireguard_address: 10.0.0.6 wireguard_public_key: F2X4lMxdET35mceNtRVqSxVVbwEUVey5IjveG0yHJ0Q=