The default hash table size is 257 not 255. Reword the rest of the line

slightly while here.

PR:		bin/121671
Submitted by:	Artis Caune  artis.caune gmail.com
Approved by:	ed (mentor)
This commit is contained in:
Gavin Atkinson 2010-01-03 19:28:51 +00:00
parent 3e736db050
commit a196444862
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201441

View File

@ -106,7 +106,7 @@ The default policy is fifo.
This is the internal hash table size.
The value should be a prime number for optimum performance.
You should only change this value when the number of cached elements is
significantly (in 5-10 times) greater then the default hash table size (255).
significantly (5-10 times) greater than the default hash table size (257).
.It Va keep-hot-count Oo Ar cachename Oc Op Ar value
The size limit of the cache with the given
.Ar cachename .