version 1.76, 2013/04/10 00:24:28 |
version 1.77, 2013/10/27 10:09:28 |
|
|
.\" |
.\" |
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 |
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95 |
.\" |
.\" |
.Dd April 9, 2013 |
.Dd October 27, 2013 |
.Dt SYSCTL 7 |
.Dt SYSCTL 7 |
.Os |
.Os |
.Sh NAME |
.Sh NAME |
Line 164 capabilities with the following third le |
|
Line 164 capabilities with the following third le |
|
.Bl -tag -width "123456" |
.Bl -tag -width "123456" |
.It Li vfs.wapbl.flush_disk_cache |
.It Li vfs.wapbl.flush_disk_cache |
Controls whether to attempt to flush the disk cache on each commit. |
Controls whether to attempt to flush the disk cache on each commit. |
It defaults to 1 and it should always be on to ensure data integrity in |
It defaults to 1 and it should always be on to ensure integrity |
case of a crash. |
of file system metadata in the event of a power loss. |
For slow disks, turning it off can improve performance. |
For slow disks, turning it off can improve performance. |
.It Li vfs.wapbl.verbose_commit |
.It Li vfs.wapbl.verbose_commit |
For each transaction log commit, print the number of bytes written |
For each transaction log commit, print the number of bytes written |