From owner-svn-doc-all@FreeBSD.ORG Sun Jan 13 05:52:35 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BE62066E; Sun, 13 Jan 2013 05:52:35 +0000 (UTC) (envelope-from eadler@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 98E6F84A; Sun, 13 Jan 2013 05:52:35 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0D5qZB1025431; Sun, 13 Jan 2013 05:52:35 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0D5qZCF025430; Sun, 13 Jan 2013 05:52:35 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201301130552.r0D5qZCF025430@svn.freebsd.org> From: Eitan Adler Date: Sun, 13 Jan 2013 05:52:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40595 - head/en_US.ISO8859-1/books/faq 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: Sun, 13 Jan 2013 05:52:35 -0000 Author: eadler Date: Sun Jan 13 05:52:35 2013 New Revision: 40595 URL: http://svnweb.freebsd.org/changeset/doc/40595 Log: Don't compare swap usage to Linux: it isn't known if this comparison is still true. Expand a bit on what &os; might do with the extra memory. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 13 05:48:42 2013 (r40594) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Jan 13 05:52:35 2013 (r40595) @@ -7960,18 +7960,16 @@ hint.sio.7.irq="12" - &os; uses far more swap space than &linux;. Why? + &os; a lot of swap space even when the computer has + free memory left. Why? - &os; only appears to use more swap than &linux;. In - actual fact, it does not. The main difference between &os; - and &linux; in this regard is that &os; will proactively + &os; will proactively move entirely idle, unused pages of main memory into swap in order to make more main memory available for active use. - &linux; tends to only move pages to swap as a last resort. - The perceived heavier use of swap is balanced by the more - efficient use of main memory. + This heavy use of swap is balanced by using the extra free + memory for cacheing. Note that while &os; is proactive in this regard, it does not arbitrarily decide to swap pages when the system is