Configure vm.laptop_mode and vm.dirty_writeback_centisecs.

This commit is contained in:
Tom Alexander
2023-02-18 11:30:46 -05:00
parent 0340d2fd51
commit dd8c2ff937
3 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
tlp_config:
PCIE_ASPM_ON_BAT: powersupersave
USB_ALLOWLIST: "1050:0406"
CPU_BOOST_ON_AC: "0"
CPU_BOOST_ON_BAT: "0"
CPU_ENERGY_PERF_POLICY_ON_BAT: "power"
DISK_IDLE_SECS_ON_BAT: "5"
CPU_MIN_PERF_ON_AC: "0"
CPU_MAX_PERF_ON_AC: "100"
CPU_MIN_PERF_ON_BAT: "0"
CPU_MAX_PERF_ON_BAT: "100"
# WIFI_PWR_ON_AC: "on"
# WIFI_PWR_ON_BAT: "on"
# CPU_HWP_DYN_BOOST_ON_AC: "0"
# CPU_HWP_DYN_BOOST_ON_BAT: "0"