On Thu, 28 Mar 2013 04:27:43 -0400
Quartz <qua...@sneakertech.com> wrote:

> 
> > I have filed the following PR:
> >
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=177431
> 
> Er, don't take my word for law: I have *no* idea if 1M is a good idea 
> for most systems, I'm not even sure if it's optimal for mine. I did a 
> single test with three random values at different orders of magnitude 
> and picked the fastest. I do think that 10k is probably way under the 
> right value, but someone should do proper testing on a variety of 
> hardware before changing all the docs.

        The 1M will work fine, it's way bigger than any physical write. In
theory the performance should max out when the block size matches the
maximum physical write size of the controller (often 64K), but that assumes
zero read latency on the data feed so in practice larger block sizes help,
but except for things like tape they don't help much once you pass the
device/controller max write block size.

-- 
Steve O'Hara-Smith <st...@sohara.org>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to