freebsd-dev/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 Add manual page for gcache(8). 2010-01-03 15:20:52 +00:00
misc - Back out r186038. Rather than changing the intent of the caller, the problem 2008-12-27 14:24:24 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00
Makefile.inc Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00