diff options
author | 2019-04-21 15:33:39 +0000 | |
---|---|---|
committer | 2019-04-21 15:33:39 +0000 | |
commit | dc4941e14adf24e787093c2d81e28a4248ba3bdb (patch) | |
tree | d9899efd385f0252cb327ee23500f0efa3ec6196 | |
parent | sync (diff) | |
download | wireguard-openbsd-dc4941e14adf24e787093c2d81e28a4248ba3bdb.tar.xz wireguard-openbsd-dc4941e14adf24e787093c2d81e28a4248ba3bdb.zip |
adjust bufcachepercent default
-rw-r--r-- | share/man/man4/options.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index dc042fe92f7..506b4abe804 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.263 2019/03/18 17:30:07 anton Exp $ +.\" $OpenBSD: options.4,v 1.264 2019/04/21 15:33:39 deraadt Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: March 18 2019 $ +.Dd $Mdocdate: April 21 2019 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -242,8 +242,8 @@ See .Sh FILE SYSTEM OPTIONS .Bl -ohang .It Cd option BUFCACHEPERCENT= Ns Ar integer -Percentage of RAM to use as a file system buffer. -It defaults to 20. +Percentage of DMA-reachable RAM to use as a file system buffer. +It defaults to 80. .It Cd option EXT2FS_SYSTEM_FLAGS This option changes the behavior of the APPEND and IMMUTABLE flags for a file on an |