From mboxrd@z Thu Jan 1 00:00:00 1970 From: nikanth@gmail.com (Nikanth K) Date: Mon, 19 Jan 2009 21:15:56 +0530 Subject: [ltt-dev] [RFC PATCH] block: Fix bio merge induced high I/O latency In-Reply-To: <20090117190437.GZ30821@kernel.dk> References: <20090117004439.GA11492@Krystal> <20090117162657.GA31965@Krystal> <20090117190437.GZ30821@kernel.dk> Message-ID: <807b3a220901190745w79827b41u1cc9045a2ac268e5@mail.gmail.com> On Sun, Jan 18, 2009 at 12:34 AM, Jens Axboe wrote: > > As a quick test, could you try and increase the slice_idle to eg 20ms? > Sometimes I've seen timing being slightly off, which makes us miss the > sync window for the ls (in your case) process. Then you get a mix of > async and sync IO all the time, which very much slows down the sync > process. > Do you mean to say that 'ls' could not submit another request until the previous sync request completes, but its idle window gets disabled as it takes way too long to complete during heavy load? But when there are requests in the driver, wont the idling be disabled anyway? Or did you mean to increase slice_sync? Thanks Nikanth