From 74aa2ba259e61512bd029c9e8f857f0611a80bbd Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 31 Mar 2015 11:51:37 -0700 Subject: [PATCH] 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 --- man/man5/zfs-module-parameters.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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