set better battery margins

This commit is contained in:
2024-02-19 08:40:48 +01:00
parent 32ffe54a46
commit 85d84aba4d

View File

@@ -34,8 +34,8 @@
CPU_ENERGY_PERF_POLICY_ON_BAT = "power"; CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
START_CHARGE_THRESH_BAT0 = "90"; START_CHARGE_THRESH_BAT0 = "75";
STOP_CHARGE_THRESH_BAT0 = "95"; STOP_CHARGE_THRESH_BAT0 = "90";
}; };
}; };
powerManagement.powertop.enable = true; powerManagement.powertop.enable = true;