summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
committertrasz <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
commit82bbee8b66877ab710572fafdaf923de1f68eb30 (patch)
tree18bea34888544fcdd7f3b15dca4fb36818f6aa5e /sys/amd64/conf
parentb4c5cb18afb6fae7eb88db83ca3bbbb8210edfbc (diff)
downloadFreeBSD-src-82bbee8b66877ab710572fafdaf923de1f68eb30.zip
FreeBSD-src-82bbee8b66877ab710572fafdaf923de1f68eb30.tar.gz
Build GENERIC with RACCT/RCTL support by default. Note that it still
needs to be enabled by adding "kern.racct.enable=1" to /boot/loader.conf. Differential Revision: https://reviews.freebsd.org/D2407 Reviewed by: emaste@, wblock@ MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c24dd5a..3840ec5 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -73,6 +73,9 @@ options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # Kernel ELF linker loads CTF data
options INCLUDE_CONFIG_FILE # Include this file in kernel
+options RACCT # Resource accounting framework
+options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
+options RCTL # Resource limits
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
OpenPOWER on IntegriCloud