diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-10-16 21:53:27 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-10-16 21:53:27 +0000 |
| commit | 446975de60aff90359083d594aeedd4ad3976bd5 (patch) | |
| tree | 7b3d705de2f2874aab2467eb42f4938daefc5e5e /sys/i386 | |
| parent | c8123d63a2de7ebe74cf8fc020a91883133594a3 (diff) | |
Notes
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/conf/NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7bef2eeb16ce..059d68972483 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2925,6 +2925,11 @@ options NBUF=512 # Number of buffer headers options NMBCLUSTERS=1024 # Number of mbuf clusters +# Set the size of the TCB hash, where information about active connections +# is stored. This must be a power of two, and should be set to something +# comfortably larger than the expected number of concurrent TCP connections. +options TCBHASHSIZE=4096 + options PSM_DEBUG=1 options SCSI_NCR_DEBUG |
