svn commit: r201441 - head/usr.sbin/nscd
Gavin Atkinson
gavin at FreeBSD.org
Sun Jan 3 19:28:51 UTC 2010
Author: gavin
Date: Sun Jan 3 19:28:51 2010
New Revision: 201441
URL: http://svn.freebsd.org/changeset/base/201441
Log:
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)
Modified:
head/usr.sbin/nscd/nscd.conf.5
Modified: head/usr.sbin/nscd/nscd.conf.5
==============================================================================
--- head/usr.sbin/nscd/nscd.conf.5 Sun Jan 3 19:14:22 2010 (r201440)
+++ head/usr.sbin/nscd/nscd.conf.5 Sun Jan 3 19:28:51 2010 (r201441)
@@ -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 .
More information about the svn-src-head
mailing list