Rctl: Difference between revisions

From wikinotes
(Created page with "Set jail resource use restrictions. = Tutorials = <blockquote> {| class="wikitable" |- | klara || https://klarasystems.com/articles/controlling-resource-limits-with-rctl-in-freebsd/ |- |} </blockquote><!-- Tutorials -->")
 
No edit summary
 
Line 9: Line 9:
|}
|}
</blockquote><!-- Tutorials -->
</blockquote><!-- Tutorials -->
= Install =
<blockquote>
The GENERIC kernels ship with rctl, but it must be enabled.
<syntaxhighlight lang="bash">
# /boot/loader.conf
# man rctl
kern.racct.enable="1"
</syntaxhighlight>
</blockquote><!-- Install -->

Latest revision as of 03:23, 31 August 2022

Set jail resource use restrictions.

Tutorials

klara https://klarasystems.com/articles/controlling-resource-limits-with-rctl-in-freebsd/

Install

The GENERIC kernels ship with rctl, but it must be enabled.

# /boot/loader.conf

# man rctl
kern.racct.enable="1"