Subject: using bufq_fcfs with softdep?
To: None <tech-kern@netbsd.org>
From: Blair Sadewitz <blair.sadewitz@gmail.com>
List: tech-kern
Date: 10/02/2007 13:11:08
I've noticed that--at least when writing lots of small files, e.g.
pkgsrc development--using the fcfs
strategy with soft dependencies yields superior performance,
presumably because softdep
doesn't play nicely with buffer queue strategies.  Perhaps this should
be added to the FAQ?

--Blair