mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
zram: Increase memory percent to 100%
See https://github.com/NixOS/nixpkgs/issues/103106
This commit is contained in:
parent
d5c7fe6083
commit
1d448a5289
@ -1,3 +1,6 @@
|
||||
{
|
||||
zramSwap.enable = true;
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 100;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user