Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2010 19:28:51 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r201441 - head/usr.sbin/nscd
Message-ID:  <201001031928.o03JSp37029338@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001031928.o03JSp37029338>