Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


change_i_o_scheduler_elevator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
change_i_o_scheduler_elevator [2014/05/22 08:01] adminchange_i_o_scheduler_elevator [2014/05/22 08:02] admin
Line 16: Line 16:
 ==Temporary== ==Temporary==
   echo "noop" > /sys/block/sda/queue/scheduler   echo "noop" > /sys/block/sda/queue/scheduler
 +
 +==For all disks==
 +Add to the kernel line in **/etc/grub.conf** <code>elevator=noop</code>
  
 ==For specific SSD's using udev== ==For specific SSD's using udev==
Line 29: Line 32:
 ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="cfq" ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="1", ATTR{queue/scheduler}="cfq"
 </code> </code>
-==For all disks== +
-Add to the kernel line in **/etc/grub.conf** <code>elevator=noop</code>+
change_i_o_scheduler_elevator.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1