svn commit: r40931 - head/en_US.ISO8859-1/books/arch-handbook/vm
Rene Ladan
rene at FreeBSD.org
Mon Feb 11 00:10:03 UTC 2013
Author: rene
Date: Mon Feb 11 00:10:02 2013
New Revision: 40931
URL: http://svnweb.freebsd.org/changeset/doc/40931
Log:
Some 'igor -z' improvements.
Approved by: gjb (mentor)
Modified:
head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml
Modified: head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Mon Feb 11 00:09:24 2013 (r40930)
+++ head/en_US.ISO8859-1/books/arch-handbook/vm/chapter.xml Mon Feb 11 00:10:02 2013 (r40931)
@@ -20,8 +20,8 @@
<title>Virtual Memory System</title>
<sect1 id="vm-physmem">
- <title>Management of physical
- memory—<literal>vm_page_t</literal></title>
+ <title>Management of Physical
+ Memory—<literal>vm_page_t</literal></title>
<indexterm><primary>virtual memory</primary></indexterm>
<indexterm><primary>physical memory</primary></indexterm>
@@ -73,7 +73,7 @@
<para>FreeBSD dynamically tunes its paging queues and attempts to
maintain reasonable ratios of pages in the various queues as well as
- attempts to maintain a reasonable breakdown of clean vs. dirty pages.
+ attempts to maintain a reasonable breakdown of clean versus dirty pages.
The amount of rebalancing that occurs depends on the system's memory
load. This rebalancing is implemented by the pageout daemon and
involves laundering dirty pages (syncing them with their backing
@@ -87,8 +87,8 @@
</sect1>
<sect1 id="vm-cache">
- <title>The unified buffer
- cache—<literal>vm_object_t</literal></title>
+ <title>The Unified Buffer
+ Cache—<literal>vm_object_t</literal></title>
<indexterm><primary>unified buffer cache</primary></indexterm>
<indexterm><primary><literal>vm_object_t</literal> structure</primary></indexterm>
@@ -199,7 +199,7 @@
</sect1>
<sect1 id="vm-tuning">
- <title>Tuning the FreeBSD VM system</title>
+ <title>Tuning the FreeBSD VM System</title>
<para>A concerted effort has been made to make the FreeBSD kernel
dynamically tune itself. Typically you do not need to mess with
More information about the svn-doc-head
mailing list