You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to te...@openbsd.org
BUFCACHEPERCENT has been set to 20 by default for a while now, so bump
it in the options(4) man page accordingly.
OK?
Index: options.4
===================================================================
RCS file: /cvs/src/share/man/man4/options.4,v
retrieving revision 1.231
diff -u -p -r1.231 options.4
--- options.4 22 Mar 2013 16:40:24 -0000 1.231
+++ options.4 17 May 2013 15:23:48 -0000
@@ -278,7 +278,7 @@ for details.
.Bl -ohang
.It Cd option BUFCACHEPERCENT= Ns Ar integer
Percentage of RAM to use as a file system buffer.
-It defaults to 5.
+It defaults to 20.
.It Cd option EXT2FS_SYSTEM_FLAGS
This option changes the behavior of the APPEND and IMMUTABLE flags
for a file on an
David Coppa
unread,
May 22, 2013, 9:46:05 AM5/22/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lawrence Teo, te...@openbsd.org
On Wed, May 22, 2013 at 3:42 PM, Lawrence Teo <lt...@openbsd.org> wrote:
> BUFCACHEPERCENT has been set to 20 by default for a while now, so bump
> it in the options(4) man page accordingly.
>
> OK?