| Summary: | [patch] FAQ should point to /boot/loader.conf for changing kern.maxproc | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Brian Candler <B.Candler> |
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Brian Candler
2005-09-05 09:50:18 UTC
I think this should be proper diff:
--- book.sgml.orig Sat Sep 24 12:58:51 2005
+++ book.sgml Sat Sep 24 14:09:07 2005
@@ -3313,8 +3313,12 @@
<para>If your machine is lightly loaded, and you are simply
running a very large number of processes, you can adjust
- this with the <varname>kern.maxproc</varname> sysctl. If
- these processes are being run by a single user, you will
+ this with the <varname>kern.maxproc</varname> tunable. If
+ you want to adjust this tunable, you will need to set this
+ in <filename>/boot/loader.conf</filename> and reboot. For
+ more information about tuning tunables, you should see the
+ &man.loader.conf.5; and &man.sysctl.conf.5; manual pages.
+ If these processes are being run by a single user, you will
also need to adjust <varname>kern.maxprocperuid</varname>
to be one less than your new
<varname>kern.maxproc</varname> value. (It must be at
@@ -3322,9 +3326,10 @@
must always be running.)</para>
<para>To make a sysctl permanent across reboots, set this in
- <filename>/etc/sysctl.conf</filename> in recent versions
- of FreeBSD, or <filename>/etc/rc.local</filename> in older
- versions.</para>
+ <filename>/etc/sysctl.conf</filename>. More information
+ about tuning with sysctl can be found at <ulink
+ url="&url.books.handbook;/configtuning-sysctl.html">Tuning
+ with sysctl</ulink> section of the Handbook.</para>
</answer>
</qandaentry>
--
Sincerely,
Daniel Gerzo
Responsible Changed From-To: freebsd-doc->remko I will make this happen State Changed From-To: open->closed I committed a slightly modified patch to the FAQ. It should appear within 24 hours from now. Thanks for the notice and submission! |