From owner-svn-doc-all@FreeBSD.ORG Thu Jan 17 03:32:43 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 A0C3BFA8;
Thu, 17 Jan 2013 03:32:43 +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 7AB9F742;
Thu, 17 Jan 2013 03:32:43 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0H3WhtV077999;
Thu, 17 Jan 2013 03:32:43 GMT (envelope-from eadler@svn.freebsd.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0H3Whs9077998;
Thu, 17 Jan 2013 03:32:43 GMT (envelope-from eadler@svn.freebsd.org)
Message-Id: <201301170332.r0H3Whs9077998@svn.freebsd.org>
From: Eitan Adler
Date: Thu, 17 Jan 2013 03:32:43 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r40668 - 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: Thu, 17 Jan 2013 03:32:43 -0000
Author: eadler
Date: Thu Jan 17 03:32:42 2013
New Revision: 40668
URL: http://svnweb.freebsd.org/changeset/doc/40668
Log:
Update and clarify proc-table-full to conform with reality.
Discussed with: alfred
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 Thu Jan 17 03:32:40 2013 (r40667)
+++ head/en_US.ISO8859-1/books/faq/book.xml Thu Jan 17 03:32:42 2013 (r40668)
@@ -2473,8 +2473,9 @@ bindkey ^[[3~ delete-char # for xterm
- Why do I get the error kernel: proc: table is
- full?
+ Why do I get the error maxproc limit
+ exceeded by uid %i, please see tuning(7) and
+ login.conf(5)?
@@ -2501,20 +2502,13 @@ bindkey ^[[3~ delete-char # for xterm/boot/loader.conf. The tunable will
not get adjusted until the system is rebooted. For more
- information about tuning tunables, you should see the
- &man.loader.conf.5; and &man.sysctl.conf.5; manual pages.
+ information about tuning tunables, see
+ &man.loader.conf.5;.
If these processes are being run by a single user, you will
also need to adjust kern.maxprocperuid to
be one less than your new kern.maxproc
value. (It must be at least one less because one system
program, &man.init.8;, must always be running.)
-
- To make a sysctl change permanent place the proper value
- in /etc/sysctl.conf. More information
- about system tuning with &man.sysctl.8; can be found at the
- Tuning with sysctl
- section of the Handbook.