Man: fix defaults for zfs_dirty_data_max_max
It was changed in e99932f7de
,
but without docs update.
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #14400
This commit is contained in:
parent
68c0771cc9
commit
a379083d9f
|
@ -1104,7 +1104,10 @@ This parameter takes precedence over
|
||||||
.No See Sx ZFS TRANSACTION DELAY .
|
.No See Sx ZFS TRANSACTION DELAY .
|
||||||
.Pp
|
.Pp
|
||||||
Defaults to
|
Defaults to
|
||||||
.Sy physical_ram/4 ,
|
.Sy min(physical_ram/4, 4GiB) ,
|
||||||
|
or
|
||||||
|
.Sy min(physical_ram/4, 1GiB)
|
||||||
|
for 32-bit systems.
|
||||||
.
|
.
|
||||||
.It Sy zfs_dirty_data_max_max_percent Ns = Ns Sy 25 Ns % Pq uint
|
.It Sy zfs_dirty_data_max_max_percent Ns = Ns Sy 25 Ns % Pq uint
|
||||||
Maximum allowable value of
|
Maximum allowable value of
|
||||||
|
|
Loading…
Reference in New Issue