feat(eientei): switch to powersave governor
This commit is contained in:
parent
7021e920fc
commit
b4d9a7d6e7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
powerManagement.enable = true;
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
powerManagement.cpuFreqGovernor = "powersave";
|
||||
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
|
||||
boot.loader.timeout = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue