Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Dagnelie <[email protected]>
  • Loading branch information
Paul Dagnelie committed Feb 10, 2025
1 parent 8ec2f0c commit 037537f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/man4/zfs.4
Original file line number Diff line number Diff line change
Expand Up @@ -1040,12 +1040,12 @@ Flush at least this many entries each transaction.
.Pp
OpenZFS will a fraction of the log every TXG, to keep the size proportional
to the ingest rate (see
.Sy zfs_dedup_log_flush_txgs) .
.Sy zfs_dedup_log_flush_txgs ) .
This sets the minimum for that estimate, which prevents the backlog from
never completely draining if the ingest rate falls.
Raising it can force OpenZFS to flush more aggressively, keeping the log small
and so reducing pool import times, but can make it less able to back off if
log flushing would compete with other IO too much.
Raising it can force OpenZFS to flush more aggressively, reducing the backlog
to zero more quickly, but can make it less able to back off if log
flushing would compete with other IO too much.
.
.It Sy zfs_dedup_log_flush_entries_max Ns = Ns Sy UINT_MAX Ns Pq uint
Flush at most this many entries each transaction.
Expand Down

0 comments on commit 037537f

Please sign in to comment.