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:
parent
3e736db050
commit
a196444862
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user