diff options
author | Rich Ercolani <[email protected]> | 2022-04-28 18:12:24 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-28 15:12:24 -0700 |
commit | f2330bd1568489ae1fb16d975a5a9bcfe12ed219 (patch) | |
tree | 8cc268510800aaeecccd91cee14fa186da8b9a67 /module/zfs/zfs_replay.c | |
parent | 63b18e4097cd5268cb197327ee8494ffa3dca151 (diff) |
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 <[email protected]>
Reviewed-by: Alexander Motin <[email protected]>
Signed-off-by: Rich Ercolani <[email protected]>
Closes #12830
Closes #13302
Diffstat (limited to 'module/zfs/zfs_replay.c')
0 files changed, 0 insertions, 0 deletions