[handbook] Add mention of kern.racct.enable tuable

- FreeBSD 9.x has not been supported in some time
- Ensure the user enables kern.racct.enable
This commit is contained in:
Eitan Adler 2018-03-12 07:34:44 +00:00
parent 5fd551081f
commit 94856993ea
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51479

View file

@ -3648,8 +3648,7 @@ UWWemqWuz3lAZuORQ9KX
consuming, depending upon the number of users to consuming, depending upon the number of users to
configure.</para> configure.</para>
<para>Beginning with &os;&nbsp;9.0-RELEASE, <para><command>rctl</command> can be used to provide a more
<command>rctl</command> can be used to provide a more
fine-grained method for controlling resource limits. This fine-grained method for controlling resource limits. This
command supports more than user limits as it can also be used to command supports more than user limits as it can also be used to
set resource constraints on processes and jails.</para> set resource constraints on processes and jails.</para>
@ -3892,7 +3891,9 @@ UWWemqWuz3lAZuORQ9KX
<sect2> <sect2>
<title>Enabling and Configuring Resource Limits</title> <title>Enabling and Configuring Resource Limits</title>
<para>Custom kernels require specific configuration:</para> <para>The <varname>kern.racct.enable</varname> tunable must be
set to a non-zero value. Custom kernels require specific
configuration:</para>
<programlisting>options RACCT <programlisting>options RACCT
options RCTL</programlisting> options RCTL</programlisting>