Skip to content
Commit 30e0dc28 authored by Jens Axboe's avatar Jens Axboe
Browse files

cfq-iosched: remove limit of dispatch depth of max 4 times quantum



This basically limits the hardware queue depth to 4*quantum at any
point in time, which is 16 with the default settings. As CFQ uses
other means to shrink the hardware queue when necessary in the first
place, there's really no need for this extra heuristic. Additionally,
it ends up hurting performance in some cases.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 31dcfab0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment