mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 03:39:27 -05:00
pow2 in comment.
git-svn-id: file:///svn/unbound/trunk@263 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
909e476db9
commit
856c9fa1a3
1 changed files with 2 additions and 0 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Reference in a new issue