Wrong SD card IO scheduler
Posted: Sun Jan 13, 2013 10:24 am
As Raspberry runs by default on SD card, there should be special care of IO scheduler of that device. Unfortunately I noticed today the scheduler is set to CFQ looking into /sys/block/mmcblk0/queue/scheduler. To change it do deadline I created /etc/tmpfiles.d/set_IO_scheduler.conf with such content:
I hope SD IO performance will be much better now. But in my opinion this setting should be guaranteed since pure installation.
Code: Select all
w /sys/block/mmcblk0/queue/scheduler - - - - deadline