Commit 68843227 authored by Jens Axboe's avatar Jens Axboe

[PATCH] make 16 the default fifo_batch count

Lets just make the default fifo_batch count 16. I see a slight slope in
throughput, but the various interactiveness improvements are worth it,
imho. Plus this gets Andrew of my back, he's been lobbying for this for
a while.
parent 719eb3e1
......@@ -25,7 +25,7 @@
* front fifo request expires.
*/
static int read_expire = HZ / 2; /* 500ms start timeout */
static int fifo_batch = 32; /* 4 seeks, or 64 contig */
static int fifo_batch = 16;
static int seek_cost = 16; /* seek is 16 times more expensive */
/*
......
Markdown is supported
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