diff options
author | Brian Behlendorf <[email protected]> | 2015-03-31 11:51:37 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-31 11:55:28 -0700 |
commit | 74aa2ba259e61512bd029c9e8f857f0611a80bbd (patch) | |
tree | c09400aa9481a499721c312f6b0c69ffdf98afb4 /man | |
parent | 0f7d2a4b3d2d7fc0975a7ef53bd3c4700d47c51b (diff) |
Update zfs_pd_bytes_max default in zfs(8)
Commit b738bc5 should have updated the default value of zfs_pd_bytes_max
in the zfs(8) man page. The correct default value is 50*1024*1024.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'man')
-rw-r--r-- | man/man5/zfs-module-parameters.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5 index 783d3532e..007cb1c71 100644 --- a/man/man5/zfs-module-parameters.5 +++ b/man/man5/zfs-module-parameters.5 @@ -1063,7 +1063,7 @@ Use \fB1\fR for yes (default) and \fB0\fR to disable. .RS 12n The number of bytes which should be prefetched. .sp -Default value: \fB100\fR. +Default value: \fB52,428,800\fR. .RE .sp |