From owner-svn-doc-all@FreeBSD.ORG Mon Feb 11 00:10:03 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C02B970A; Mon, 11 Feb 2013 00:10:03 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 981549FB; Mon, 11 Feb 2013 00:10:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1B0A2TX065457; Mon, 11 Feb 2013 00:10:02 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1B0A2ew065456; Mon, 11 Feb 2013 00:10:02 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201302110010.r1B0A2ew065456@svn.freebsd.org> From: Rene Ladan Date: Mon, 11 Feb 2013 00:10:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40931 - head/en_US.ISO8859-1/books/arch-handbook/vm X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 00:10:03 -0000 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 @@ Virtual Memory System - Management of physical - memory—<literal>vm_page_t</literal> + Management of Physical + Memory—<literal>vm_page_t</literal> virtual memory physical memory @@ -73,7 +73,7 @@ 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 @@ - The unified buffer - cache—<literal>vm_object_t</literal> + The Unified Buffer + Cache—<literal>vm_object_t</literal> unified buffer cache vm_object_t structure @@ -199,7 +199,7 @@ - Tuning the FreeBSD VM system + Tuning the FreeBSD VM System A concerted effort has been made to make the FreeBSD kernel dynamically tune itself. Typically you do not need to mess with