Tweak the power saving settings

This commit is contained in:
2023-01-13 21:21:36 +01:00
parent ae67cfc7c9
commit d368a96e18
2 changed files with 6 additions and 5 deletions

View File

@@ -5,10 +5,10 @@
services.tlp = {
enable = true;
settings = {
CPU_SCALING_MIN_FREQ_ON_AC = 800000;
CPU_SCALING_MAX_FREQ_ON_AC = 3000000;
CPU_SCALING_MIN_FREQ_ON_BAT = 800000;
CPU_SCALING_MAX_FREQ_ON_BAT = 2000000;
CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 50;
};
};