From 8ecfba2496a96a5507a9e0d7553730e15121b4e9 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Sat, 21 Dec 2024 11:05:53 +0400 Subject: [PATCH] fix: decrease unbound threads since benchmark reqs are sequential We even do not need more than one thread --- unbound.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/unbound.conf b/unbound.conf index 629de1d..9d3b92f 100644 --- a/unbound.conf +++ b/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