From owner-svn-doc-all@freebsd.org Fri Oct 2 08:52:49 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E994A0E5AF; Fri, 2 Oct 2015 08:52:49 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2991049; Fri, 2 Oct 2015 08:52:49 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t928qnKX091480; Fri, 2 Oct 2015 08:52:49 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t928qnwx091479; Fri, 2 Oct 2015 08:52:49 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201510020852.t928qnwx091479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Fri, 2 Oct 2015 08:52:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47478 - 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.20 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: Fri, 02 Oct 2015 08:52:49 -0000 Author: emaste (src committer) Date: Fri Oct 2 08:52:48 2015 New Revision: 47478 URL: https://svnweb.freebsd.org/changeset/doc/47478 Log: Update memory test info: not run by default in 10.2 and later Reviewed by: dru Approved by: dru 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 Fri Oct 2 08:29:10 2015 (r47477) +++ head/en_US.ISO8859-1/books/faq/book.xml Fri Oct 2 08:52:48 2015 (r47478) @@ -3459,10 +3459,11 @@ kern.sched.name: ULE - &os; does a short memory test early in the boot - process. This test usually only takes several seconds, - however if the system has many 10s or 100s of gigabytes - of memory it can take up to a few minutes. This test can + &os; 10.1 and earlier executes a memory test early + in the boot process. This test takes several seconds + if the system has a small amount of memory. On systems + with 10s or 100s of gigabytes of memory it can take + a few minutes or more. This test can be disabled by setting hw.memtest.tests to 0 in /boot/loader.conf.