From: Wouter Wijngaards Date: Thu, 26 Apr 2007 10:16:44 +0000 (+0000) Subject: pow2 in comment. X-Git-Tag: release-0.3~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856c9fa1a382e570202924d879f2f76089bb5b8d;p=thirdparty%2Funbound.git pow2 in comment. git-svn-id: file:///svn/unbound/trunk@263 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/example.conf b/doc/example.conf index b96d3c986..14ce60bd7 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -41,10 +41,12 @@ server: # msg-cache-size: 4194304 # the number of slabs to use for the message cache. + # the number of slabs must be a power of 2. # more slabs reduce lock contention, but fragment memory usage. # msg-cache-slabs: 4 # the number of queries that a thread gets to service. + # this must be a power of 2. # num-queries-per-thread: 1024 # Enable IPv4, "yes" or "no".