feat(rpi4): increase zram swap size

This commit is contained in:
Felix Schröter 2022-05-14 18:10:48 +02:00
parent 725c40a4cd
commit 573ca4724b
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -54,6 +54,7 @@ in with builtins; {
# improve memory performance
zramSwap.enable = true;
zramSwap.algorithm = "zstd";
zramSwap.memoryPercent = 150;
networking.domain = "home.felschr.com";