From f903d3a6f0c4a3f2e5251fda7ea2d1b788606294 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Apr 2019 22:01:54 +0100 Subject: [PATCH] suricata: Disable CPU affinity Benchmarks have shown, that this is making the IPS slower across various hardware Signed-off-by: Michael Tremer --- config/suricata/suricata.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 8580827a11..f37294d545 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -697,7 +697,7 @@ spm-algo: auto # Suricata is multi-threaded. Here the threading can be influenced. threading: - set-cpu-affinity: yes + set-cpu-affinity: no # Tune cpu affinity of threads. Each family of threads can be bound # on specific CPUs. # -- 2.39.5