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.
This commit is contained in:
rwatson 2001-11-26 03:49:59 +00:00
parent 4d78fb97dd
commit 0a72d60f9d

View File

@ -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)