diff options
| -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 cd5bf218b922..fbbd5e79af1c 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) |
