PERFORMANCE

This commit is contained in:
xmm16 2024-12-17 02:38:50 -03:00
commit d2a6efa756
No known key found for this signature in database
3 changed files with 69 additions and 14 deletions

View file

@ -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%";