mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
man: full stop at EOL
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13116
This commit is contained in:
+4
-3
@@ -1087,7 +1087,8 @@ This should be less than
|
||||
.It Sy zfs_wrlog_data_max Ns = Pq int
|
||||
The upper limit of write-transaction zil log data size in bytes.
|
||||
Once it is reached, write operation is blocked, until log data is cleared out
|
||||
after transaction group sync. Because of some overhead, it should be set
|
||||
after transaction group sync.
|
||||
Because of some overhead, it should be set
|
||||
at least 2 times the size of
|
||||
.Sy zfs_dirty_data_max
|
||||
.No to prevent harming normal write throughput.
|
||||
@@ -1622,8 +1623,8 @@ After this threshold is crossed, additional frees will wait until the next TXG.
|
||||
.
|
||||
.It Sy zfs_prefetch_disable Ns = Ns Sy 0 Ns | Ns 1 Pq int
|
||||
Disable predictive prefetch.
|
||||
Note that it leaves "prescient" prefetch (for. e.g.\&
|
||||
.Nm zfs Cm send )
|
||||
Note that it leaves "prescient" prefetch
|
||||
.Pq for, e.g., Nm zfs Cm send
|
||||
intact.
|
||||
Unlike predictive prefetch, prescient prefetch never issues I/O
|
||||
that ends up not being needed, so it can't hurt performance.
|
||||
|
||||
Reference in New Issue
Block a user