hw/common: reduce zram memoryPercent to 25

This commit is contained in:
Aly Raffauf 2024-12-03 09:29:37 -05:00
parent be30e0c498
commit 81d26f6a93

View file

@ -21,6 +21,6 @@
zramSwap = { zramSwap = {
enable = lib.mkDefault true; enable = lib.mkDefault true;
memoryPercent = lib.mkDefault 50; memoryPercent = lib.mkDefault 25;
}; };
} }