PERFORMANCE
This commit is contained in:
parent
66ba5f2142
commit
d2a6efa756
3 changed files with 69 additions and 14 deletions
|
@ -60,20 +60,6 @@
|
|||
extraArgs = ["--performance" "--no-core-compaction"];
|
||||
};
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "schedutil";
|
||||
};
|
||||
|
||||
services.upower = {
|
||||
enable = true;
|
||||
usePercentageForPolicy = true;
|
||||
percentageLow = 25;
|
||||
percentageCritical = 5;
|
||||
percentageAction = 3;
|
||||
criticalPowerAction = "PowerOff";
|
||||
};
|
||||
|
||||
boot.runSize = "100%";
|
||||
boot.devSize = "100%";
|
||||
boot.devShmSize = "100%";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue