system/kernel: set zram priority to 100
This commit is contained in:
parent
23fc6fe637
commit
ef22d9e96c
1 changed files with 4 additions and 1 deletions
|
|
@ -11,5 +11,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
zramSwap.enable = true;
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
priority = 100;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue