freebsd-src/sbin/geom
Alexander Motin 2cf8fb9be3 Increase default block size from 4K to 64K. It was reduces 6 yeard ago,
when trees were big and FAST mode was enabled by default.

So small block size doesn't benefits linear I/O operations in FAST and
significantly slowdowns in ECONOMIC (default) mode. For single stream random
I/Os so small block doesn't give much benefits, as access time is usually
bigger then transfer time there. Same time it requires all heads to seek
together for every single request, reducing performance on parallel load.
2010-01-06 17:12:18 +00:00
..
class Increase default block size from 4K to 64K. It was reduces 6 yeard ago, 2010-01-06 17:12:18 +00:00
core
misc
Makefile
Makefile.inc