fix: decrease unbound threads since benchmark reqs are sequential
We even do not need more than one thread
This commit is contained in:
parent
abf9050aa2
commit
8ecfba2496
1 changed files with 5 additions and 5 deletions
10
unbound.conf
10
unbound.conf
|
@ -8,14 +8,14 @@ server:
|
|||
interface: 127.0.0.1
|
||||
port: 2253
|
||||
|
||||
num-threads: 4
|
||||
msg-cache-slabs: 4
|
||||
infra-cache-slabs: 4
|
||||
num-threads: 2
|
||||
msg-cache-slabs: 2
|
||||
infra-cache-slabs: 2
|
||||
msg-cache-size: 32m
|
||||
neg-cache-size: 32m
|
||||
|
||||
outgoing-range: 8192
|
||||
num-queries-per-thread: 2048
|
||||
outgoing-range: 256
|
||||
num-queries-per-thread: 128
|
||||
so-reuseport: yes
|
||||
|
||||
local-zone: "domain.tld." static
|
||||
|
|
Loading…
Add table
Reference in a new issue