summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-03-30 17:48:15 +0000
committertrasz <trasz@FreeBSD.org>2011-03-30 17:48:15 +0000
commit2f99052d800b2fbdeb6cd69bde81a6750d069286 (patch)
tree78b8ca334c1e0966031441c8f920e6d36aac7eae /sys/conf/options
parent3656a76a3a199d2f7ae4e5758864d147ac0e6b3c (diff)
downloadFreeBSD-src-2f99052d800b2fbdeb6cd69bde81a6750d069286.zip
FreeBSD-src-2f99052d800b2fbdeb6cd69bde81a6750d069286.tar.gz
Add rctl. It's used by racct to take user-configurable actions based
on the set of rules it maintains and the current resource usage. It also privides userland API to manage that ruleset. Sponsored by: The FreeBSD Foundation Reviewed by: kib (earlier version)
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 56dbd34..4ede826 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -876,6 +876,9 @@ IPOIB_CM opt_ofed.h
# Resource Accounting
RACCT opt_global.h
+# Resource Limits
+RCTL opt_global.h
+
# At least one of the AR71XX ubiquiti boards has a Redboot configuration
# that "lies" about the amount of RAM it has. Until a cleaner method is
# defined, this option will suffice in overriding what Redboot says.
OpenPOWER on IntegriCloud