summaryrefslogtreecommitdiff
path: root/modules/pi/zram.nix
blob: d9df0a9d9928e5b8e1c4735838a5352c42d2f759 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  zramSwap = {
    enable = true;
    priority = 100;
    memoryMax = 268435456;
    algorithm = "lz4";
    memoryPercent = 50;
  };
}