1
0
Fork 0

vm.laptop_mode is deprecated in kernel 7.0

This commit is contained in:
Chris Lockfort 2026-06-23 10:18:25 -07:00
parent 0eb28ac3d8
commit a595c3bebc
3 changed files with 0 additions and 4 deletions

View file

@ -19,8 +19,6 @@
* Make sure writes to hd don't wake it up too quickly:
** Set flushing to once per 5 minutes
** echo "3000" > /proc/sys/vm/dirty_writeback_centisecs
** Enable laptop mode
** echo "5" > /proc/sys/vm/laptop_mode
* Use relatime for your / partition
** mount -o remount,relatime /
* Enable USB autosuspend by adding the following to the kernel boot commandline:

View file

@ -37,7 +37,6 @@ panel_power_savings=3
alpm=med_power_with_dipm
[sysctl]
vm.laptop_mode=5
vm.dirty_writeback_centisecs=1500
kernel.nmi_watchdog=0

View file

@ -32,7 +32,6 @@ dirty_bytes=60%
[sysctl]
vm.dirty_writeback_centisecs=6000
vm.dirty_expire_centisecs=9000
vm.laptop_mode=5
vm.swappiness=30
[script]