From owner-svn-doc-all@FreeBSD.ORG Fri Feb 8 00:22:45 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 59C9ACF1; Fri, 8 Feb 2013 00:22:45 +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 293B6945; Fri, 8 Feb 2013 00:22:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r180Mjpk064953; Fri, 8 Feb 2013 00:22:45 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r180Mj3E064952; Fri, 8 Feb 2013 00:22:45 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201302080022.r180Mj3E064952@svn.freebsd.org> From: Eitan Adler Date: Fri, 8 Feb 2013 00:22:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40909 - 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: Fri, 08 Feb 2013 00:22:45 -0000 Author: eadler Date: Fri Feb 8 00:22:44 2013 New Revision: 40909 URL: http://svnweb.freebsd.org/changeset/doc/40909 Log: Remove obsolete question Noted by: imp Approved by: bcr (mentor, implicit) 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 Feb 8 00:22:40 2013 (r40908) +++ head/en_US.ISO8859-1/books/faq/book.xml Fri Feb 8 00:22:44 2013 (r40909) @@ -2225,35 +2225,6 @@ bindkey ^[[3~ delete-char # for xterm

- - My system has more than 1 GB of RAM, and I'm - getting panics with kmem_map too small - messages. What is wrong? - - - - Normally, &os; determines a number of kernel parameters, - such as the maximum number of files that can be open - concurrently, from the amount of memory installed in the - system. On systems with one gigabyte of RAM or more, this - auto sizing mechanism may choose values that - are too high: while starting up, the kernel allocates - various tables and other structures that fill up most of the - available kernel memory. Later on, while the system is - running, the kernel has no more space left for dynamic - memory allocations, and panics. - - Compile your own kernel, and add the - to your kernel - configuration file, increasing the maximum size to - 400 MB (). 400 MB appears - to be sufficient for machines with up to 6 GB of - memory. - - - - My system does not have 1 GB of RAM, and &os; still panics with kmem_map too