diff options
Diffstat (limited to 'static/freebsd/man4/rctl.4 3.html')
| -rw-r--r-- | static/freebsd/man4/rctl.4 3.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/static/freebsd/man4/rctl.4 3.html b/static/freebsd/man4/rctl.4 3.html new file mode 100644 index 00000000..08fb4eb9 --- /dev/null +++ b/static/freebsd/man4/rctl.4 3.html @@ -0,0 +1,65 @@ +<table class="head"> + <tr> + <td class="head-ltitle">RCTL(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">RCTL(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">rctl</code> — <span class="Nd">resource + limits</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp">To compile this driver into the kernel, place the following line + in the kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">options RACCT</code> +<br/> +<code class="Cd">options RCTL</code></div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">rctl</code> subsystem provides a flexible + resource limits mechanism, controlled by a set of rules that can be added or + removed at runtime using the <a class="Xr">rctl(8)</a> management + utility.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="LOADER_TUNABLES"><a class="permalink" href="#LOADER_TUNABLES">LOADER + TUNABLES</a></h1> +<p class="Pp">Tunables can be set at the <a class="Xr">loader(8)</a> prompt, or + <a class="Xr">loader.conf(5)</a>.</p> +<dl class="Bl-tag"> + <dt id="kern.racct.enable:"><var class="Va">kern.racct.enable:</var> + <span class="No">1</span></dt> + <dd>Enable <code class="Nm">rctl</code>. This defaults to 1, unless + <code class="Cd">options RACCT_DEFAULT_TO_DISABLED</code> is set in the + kernel configuration file.</dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">rctl.conf(5)</a>, <a class="Xr">rctl(8)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The <code class="Nm">rctl</code> subsystem first appeared in + <span class="Ux">FreeBSD 9.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">rctl</code> subsystem was developed by + <span class="An">Edward Tomasz Napierala</span> + <<a class="Mt" href="mailto:trasz@FreeBSD.org">trasz@FreeBSD.org</a>> + under sponsorship from the FreeBSD Foundation.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">May 28, 2017</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
