tuned template: set "none" I/O scheduler for non-rotational devices
This commit is contained in:
parent
4f6314f270
commit
f2e4923658
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue