mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
suricata: Set max-pending-packets to 1024
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
committed by
Stefan Schantl
parent
1f3c61b66c
commit
16446608cb
@@ -412,11 +412,7 @@ host-mode: auto
|
||||
# Number of packets preallocated per thread. The default is 1024. A higher number
|
||||
# will make sure each CPU will be more easily kept busy, but may negatively
|
||||
# impact caching.
|
||||
#
|
||||
# If you are using the CUDA pattern matcher (mpm-algo: ac-cuda), different rules
|
||||
# apply. In that case try something like 60000 or more. This is because the CUDA
|
||||
# pattern matcher buffers and scans as many packets as possible in parallel.
|
||||
#max-pending-packets: 1024
|
||||
max-pending-packets: 1024
|
||||
|
||||
# Runmode the engine should use. Please check --list-runmodes to get the available
|
||||
# runmodes for each packet acquisition method. Defaults to "autofp" (auto flow pinned
|
||||
|
||||
Reference in New Issue
Block a user