this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(core/zram): tweak sysctl params to avoid freezing system

+2
+2
modules/core/zram.nix
··· 12 12 "vm.watermark_boost_factor" = 0; 13 13 "vm.watermark_scale_factor" = 125; 14 14 "vm.page-cluster" = 0; 15 + "vm.overcommit_memory" = 1; 16 + "vm.overcommit_ratio" = 95; 15 17 }; 16 18 zramSwap.enable = true; 17 19 };