instability tweaks
This commit is contained in:
parent
b9a2ccc222
commit
460fed40e7
3 changed files with 21 additions and 11 deletions
|
|
@ -53,14 +53,14 @@
|
||||||
charger = {
|
charger = {
|
||||||
governor = "performance";
|
governor = "performance";
|
||||||
energy_performance_preference = "performance";
|
energy_performance_preference = "performance";
|
||||||
turbo = "auto";
|
turbo = "always";
|
||||||
platform_profile = "performance";
|
platform_profile = "performance";
|
||||||
scaling_min_freq = 800000;
|
scaling_min_freq = 800000;
|
||||||
scaling_max_freq = 3600000;
|
scaling_max_freq = 3600000;
|
||||||
};
|
};
|
||||||
battery = {
|
battery = {
|
||||||
governor = "powersave";
|
governor = "powersave";
|
||||||
energy_performance_preference = "power";
|
energy_performance_preference = "balance-power";
|
||||||
platform_profile = "low-power";
|
platform_profile = "low-power";
|
||||||
turbo = "never";
|
turbo = "never";
|
||||||
scaling_min_freq = 400000;
|
scaling_min_freq = 400000;
|
||||||
|
|
|
||||||
|
|
@ -35,24 +35,32 @@
|
||||||
throttled = {
|
throttled = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
[UNDERVOLT]
|
[GENERAL]
|
||||||
CORE: -120
|
Enabled: True
|
||||||
GPU: -80
|
Update_Rate_s: 30
|
||||||
CACHE: -120
|
|
||||||
UNCORE: -80
|
|
||||||
ANALOGIO: 0
|
|
||||||
|
|
||||||
[BATTERY]
|
[BATTERY]
|
||||||
PL1_Tdp_W: 12
|
|
||||||
PL2_Tdp_W: 20
|
|
||||||
PL1_Duration_s: 28
|
|
||||||
PL2_Duration_s: 0.002
|
|
||||||
Update_Rate_s: 30
|
Update_Rate_s: 30
|
||||||
|
PL1_Tdp_W: 12
|
||||||
|
PL1_Duration_s: 28
|
||||||
|
PL2_Tdp_W: 20
|
||||||
|
PL2_Duration_s: 0.002
|
||||||
Trip_Temp_C: 85
|
Trip_Temp_C: 85
|
||||||
|
|
||||||
[AC]
|
[AC]
|
||||||
|
Update_Rate_s: 5
|
||||||
PL1_Tdp_W: 25
|
PL1_Tdp_W: 25
|
||||||
|
PL1_Duration_s: 28
|
||||||
PL2_Tdp_W: 35
|
PL2_Tdp_W: 35
|
||||||
|
PL2_Duration_s: 0.002
|
||||||
|
Trip_Temp_C: 90
|
||||||
|
|
||||||
|
[UNDERVOLT]
|
||||||
|
CORE: -100
|
||||||
|
GPU: -80
|
||||||
|
CACHE: -100
|
||||||
|
UNCORE: -80
|
||||||
|
ANALOGIO: 0
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
thinkfan = {
|
thinkfan = {
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,8 @@
|
||||||
sysstat
|
sysstat
|
||||||
netcat
|
netcat
|
||||||
p7zip
|
p7zip
|
||||||
|
throttled
|
||||||
|
tlp
|
||||||
stress
|
stress
|
||||||
stress-ng
|
stress-ng
|
||||||
wakeonlan
|
wakeonlan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue