Skip to content

Commit

Permalink
Man: fix defaults for zfs_dirty_data_max_max
Browse files Browse the repository at this point in the history
It was changed in e99932f,
but without docs update.

Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Yao <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Closes #14400
  • Loading branch information
gmelikov authored Jan 17, 2023
1 parent 68c0771 commit a379083
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion man/man4/zfs.4
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,10 @@ This parameter takes precedence over
.No See Sx ZFS TRANSACTION DELAY .
.Pp
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
Maximum allowable value of
Expand Down

0 comments on commit a379083

Please sign in to comment.