I have been experiencing performance issues while copying big files and I have found out that the CFQ scheduler was responsible for this. So I decided to switch to deadline scheduler using "echo deadline > /sys/block/sda/queue/scheduler" and it was better.
Now I want to make this change permanent, so I followed instructions I found in forums and added "elevator=deadline" to "GRUB_CMDLINE_LINUX_DEFAULT" command in /etc/default/grub. But when I restart, "cat /sys/block/sda/queue/scheduler" still says that CFQ is used.
What am I doing wrong?
Now I want to make this change permanent, so I followed instructions I found in forums and added "elevator=deadline" to "GRUB_CMDLINE_LINUX_DEFAULT" command in /etc/default/grub. But when I restart, "cat /sys/block/sda/queue/scheduler" still says that CFQ is used.
What am I doing wrong?
Comment