1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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:
Robert Watson 2001-11-26 03:49:59 +00:00
parent 746509ce98
commit 17a4793a19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86902

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)