Add missing kernal tunables to loader.conf.
PR: i386/39085 Submitted by: David Yeske <dyeske@yahoo.com>
This commit is contained in:
parent
940f1edb3a
commit
03c10379ce
@ -74,8 +74,24 @@ module_path="/boot/kernel;/boot/modules;/modules" # Set the module search path
|
||||
##############################################################
|
||||
|
||||
#hw.physmem="1G" # Limit phyiscal memory. See loader(8)
|
||||
#kern.dfldsiz="" # Set the initial data size limit
|
||||
#kern.dflssiz="" # Set the initial stack size limit
|
||||
#kern.hz="100" # Set the kernel interval timer rate
|
||||
#kern.maxbcache="" # Set the max buffer cache KVA storage
|
||||
#kern.maxdsiz="" # Set the max data size
|
||||
#kern.maxfiles="" # Set the sys. wide open files limit
|
||||
#kern.maxproc="" # Set the maximum # of processes
|
||||
#kern.maxssiz="" # Set the max stack size
|
||||
#kern.maxswzone="" # Set the max swmeta KVA storage
|
||||
#kern.maxtsiz="" # Set the max text size
|
||||
#kern.maxusers="32" # Set size of various static tables
|
||||
#kern.nbuf="" # Set the number of buffer headers
|
||||
#kern.ncallout="" # Set the maximum # of timer events
|
||||
#kern.sgrowsiz="" # Set the amount to grow stack
|
||||
#kern.ipc.maxsockets="" # Set the maximum number of sockets avaliable
|
||||
#kern.ipc.nmbclusters="" # Set the number of mbuf clusters
|
||||
#kern.ipc.nmbufs="" # Set the maximum number of mbufs
|
||||
#kern.ipc.nsfbufs="" # Set the number of sendfile(2) bufs
|
||||
#kern.vm.kmem.size="" # Sets the size of kernel memory (bytes)
|
||||
#machdep.pccard.pcic_irq="0" # Assigns PCCARD controller IRQ (0=polled)
|
||||
#net.inet.tcp.tcbhashsize="" # Set the value of TCBHASHSIZE
|
||||
|
Loading…
Reference in New Issue
Block a user