docs/70005: [PATCH] Contradictory section in Handbook(config) at 11.12.1.1 vfs.vmiodirenable - proposal to change wording

Marju Ignatjeva marju at bsd.ee
Wed Aug 4 17:20:09 UTC 2004


>Number:         70005
>Category:       docs
>Synopsis:       [PATCH] Contradictory section in Handbook(config) at 11.12.1.1 vfs.vmiodirenable - proposal to change wording
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 17:20:09 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Marju Ignatjeva
>Release:        4.8-RELEASE
>Organization:
http://www.bsd.ee
>Environment:
FreeBSD localhost 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Tue Jun  8 20:54:08 EEST 2004     marju at localhost:/usr/src/sys/compile/MINUKERNEL  i386
>Description:
There is a contradictory section in the Handbook's Configuration and Tuning chapter, at       
11.12.1.1 vfs.vmiodirenable

If you look at how that section has been changed, you'll see that the default value of the variable is now 1, however the text keeps talking about _turning on_ that variable. I created a patch, shown below in the 'Fix to the problem' box.
Here follows an illustration to my problem:

RCS file: /usr/local/www/cvsroot/FreeBSD/doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml,v
retrieving revision 1.1
retrieving revision 1.162
diff -u -p -r1.1 -r1.162
--- doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml	2001/07/10 02:33:49	1.1
+++ doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml	2004/07/28 09:14:23	1.162
@@ -1,160 +1,216 @@

+	<indexterm>
+	  <primary><varname>vfs.vmiodirenable</varname></primary>
+	</indexterm>
+
 	<para>The <varname>vfs.vmiodirenable</varname> sysctl variable
-	  defaults to 0 (off) (though soon it will default to 1) and may
-	  be set to 0 (off) or 1 (on).  This parameter controls how
-	  directories are cached by the system.  Most directories are
-	  small and use but a single fragment (typically 1K) in the
-	  filesystem and even less (typically 512 bytes) in the buffer
-	  cache.  However, when operating in the default mode the buffer
+	  may be set to either 0 (off) or 1 (on); it is 1 by default.
+	  This variable controls how directories are cached by the
+	  system.  Most directories are small, using just a single
+	  fragment (typically 1 K) in the file system and less
+	  (typically 512 bytes) in the buffer cache.
+	  However, when operating in the default mode the buffer
 	  cache will only cache a fixed number of directories even if
 	  you have a huge amount of memory.  Turning on this sysctl
 	  allows the buffer cache to use the VM Page Cache to cache the
-	  directories. 


>How-To-Repeat:
diff the initial revision against the current one...
http://www.freebsd.org/cgi/cvsweb.cgi/doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml
>Fix:
I created a patch with some rearrangements as to the wording and here is my diff with that patch against revision 1.161:

eiland>diff -u r1.161 conf.fix 
--- r1.161      Mon Jul 26 18:06:41 2004
+++ conf.fix    Mon Jul 26 18:12:22 2004
@@ -1566,18 +1566,18 @@
          system.  Most directories are small, using just a single
          fragment (typically 1 K) in the file system and less
          (typically 512 bytes) in the buffer cache.
-         However, when operating in the default mode the buffer
+         With this variable turned off (to 0), the buffer
          cache will only cache a fixed number of directories even if
-         you have a huge amount of memory.  Turning on this sysctl
+         you have a huge amount of memory. When turned on (to 1), this sysctl
          allows the buffer cache to use the VM Page Cache to cache the
          directories, making all the memory available for caching
          directories.  However,
          the minimum in-core memory used to cache a directory is the
          physical page size (typically 4 K) rather than 512 
-         bytes.  We recommend turning this option on if you are running
+         bytes.  We recommend keeping this option on if you are running
          any services which manipulate large numbers of files.  Such
          services can include web caches, large mail systems, and news
-         systems.  Turning on this option will generally not reduce
+         systems. Keeping on this option will generally not reduce
          performance even with the wasted memory but you should
          experiment to find out.</para>
       </sect3>

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list