diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-11-26 03:49:59 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-11-26 03:49:59 +0000 |
| commit | 17a4793a19e9523ebe9a25dd382c68377e139f63 (patch) | |
| tree | 8f3f77fecb6cf352911626b519dcb1aa6ad1291d | |
| parent | 746509ce98e72da75d9256c18a32460c9b6dbc82 (diff) | |
Notes
| -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) |
