feat: set cpu scaling governor to performance on battery
This commit is contained in:
parent
cba557bc6f
commit
affb3eb8d1
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
default = {
|
||||
# performance | powersave
|
||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||
CPU_SCALING_GOVERNOR_ON_BAT = "performance";
|
||||
# performance | balance_performance | default | balance_power | power
|
||||
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
|
||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue