mirror_zfs/man
Rich Ercolani f2330bd156
Default zfs_max_recordsize to 16M
Increase the default allowed maximum recordsize from 1M to 16M.
As described in the zfs(4) man page, there are significant costs
which need to be considered before using very large blocks.
However, there are scenarios where they make good sense and
it should no longer be necessary to artificially restrict their
use behind a module option.

Note that for 32-bit platforms we continue to leave this
restriction in place due to the limited virtual address space
available (256-512MB).  On these systems only a handful
of blocks could be cached at any one time severely impacting
performance and potentially stability.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #12830
Closes #13302
2022-04-28 15:12:24 -07:00
..
man1 scripts: cstyle: remove unused -h 2022-04-05 09:36:13 -07:00
man4 Default zfs_max_recordsize to 16M 2022-04-28 15:12:24 -07:00
man5 Consistentify miscellaneous style on remaining manpages 2021-06-09 14:35:53 -07:00
man7 Improve zpool status output, list all affected datasets 2022-04-25 17:25:42 -07:00
man8 man: zfs-send.8: fix -X synopses and description 2022-04-25 12:46:22 -07:00
Makefile.am Add dracut.zfs.7 2022-04-20 16:45:47 -07:00