-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Drive_Manager | Allow to switch I/O scheduler #2233
Comments
Many thanks for the info 👍 We'll review this when possible and assess if a roll-out is beneficial. |
@Generator
One question is:
Ah hmm, on my RPi2 (Buster, kernel 4.19) the available schedulers are different:
|
The only other way that i know is with
|
@Generator
On VM Buster (kernel 4.19) as well mq-deadline (like RPi kernel 4.19) is available, but no CFQ or BFQ at all:
Quick search didn't show much about kyber, besides it is developed by Facebook 🤔. |
PR merged: #2902 |
name: Feature request
about: CFQ for better HDD performance
About:
Dietpi sets the HDDs elevator to deadline on boot for all storage devices, for better performance HDD should use CFQ instead.
Solution:
Create a udev rule to set HDD drives with CFQ and SDCARD/SSD devices with deadline
Example:
/etc/udev/rules.d/60-ioschedulers.rules
$ cat /sys/block/sd*/queue/scheduler
noop deadline [cfq]
$ cat /sys/block/mmcblk*/queue/scheduler
noop [deadline] cfq
Additional context:
https://wiki.archlinux.org/index.php/Improving_performance#Input.2Foutput_schedulers
The text was updated successfully, but these errors were encountered: