diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-11-26 03:49:59 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-11-26 03:49:59 +0000 |
commit | 0a72d60f9d9f1745719cf41aed4a6c885f432452 (patch) | |
tree | 8f3f77fecb6cf352911626b519dcb1aa6ad1291d /sys/boot | |
parent | 4d78fb97ddbcfe194adec77d7f2ff79e384462c2 (diff) | |
download | FreeBSD-src-0a72d60f9d9f1745719cf41aed4a6c885f432452.zip FreeBSD-src-0a72d60f9d9f1745719cf41aed4a6c885f432452.tar.gz |
o Add 'kern.maxusers' to the list of commented out sample tunable
variables, since that can now be tuned at boot-time without a
recompile.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/forth/loader.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index cd5bf21..fbbd5e7 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -70,6 +70,7 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path ### Kernel tunables ######################################## ############################################################## +#kern.maxusers="32" # Set size of various static tables #kern.ipc.nmbclusters="" # Set the number of mbuf clusters #kern.vm.kmem.size="" # Sets the size of kernel memory (bytes) #machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled) |