feat(rpi4): increase zram swap size
This commit is contained in:
parent
725c40a4cd
commit
573ca4724b
1
rpi4.nix
1
rpi4.nix
|
@ -54,6 +54,7 @@ in with builtins; {
|
||||||
# improve memory performance
|
# improve memory performance
|
||||||
zramSwap.enable = true;
|
zramSwap.enable = true;
|
||||||
zramSwap.algorithm = "zstd";
|
zramSwap.algorithm = "zstd";
|
||||||
|
zramSwap.memoryPercent = 150;
|
||||||
|
|
||||||
networking.domain = "home.felschr.com";
|
networking.domain = "home.felschr.com";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue