feat(zram): make zram use 60% of ram
This commit is contained in:
parent
20c33a5137
commit
f725d93587
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,9 @@
|
|||
services.fwupd.enable = true;
|
||||
|
||||
# Enable zram swap device
|
||||
zramSwap.enable = true;
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 60;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue