tuned template: set "none" I/O scheduler for non-rotational devices

This commit is contained in:
Josh Lay 2023-01-28 22:03:03 -06:00
parent 4f6314f270
commit f2e4923658
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -20,3 +20,9 @@ vm.max_map_count=1048576
[gpuclockscript] [gpuclockscript]
type=script type=script
script=${i:PROFILE_DIR}/amdgpu-clock.sh script=${i:PROFILE_DIR}/amdgpu-clock.sh
# for SSDs with no RPM, set no IO scheduler
[ssdnosched]
type=disk
devices_udev_regex=(ID_ATA_ROTATION_RATE_RPM=0)
elevator=none