xanmod-kernels: use CPUFreq governor performance
explicitly follows the upstream CPU Frequency scaling configuration
This commit is contained in:
parent
238727c8c2
commit
707234ad1c
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ let
|
|||
};
|
||||
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
# CPUFreq governor Performance
|
||||
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = lib.mkOverride 60 yes;
|
||||
CPU_FREQ_DEFAULT_GOV_SCHEDUTIL = lib.mkOverride 60 no;
|
||||
|
||||
# Google's BBRv3 TCP congestion Control
|
||||
TCP_CONG_BBR = yes;
|
||||
DEFAULT_BBR = yes;
|
||||
|
|
Loading…
Reference in a new issue