mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
suricata: Use up to 256MB of RAM for the flow cache
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
7eed864c93
commit
47cb057145
@@ -502,12 +502,12 @@ defrag:
|
||||
# in bytes.
|
||||
|
||||
flow:
|
||||
memcap: 128mb
|
||||
memcap: 256mb
|
||||
hash-size: 65536
|
||||
prealloc: 10000
|
||||
emergency-recovery: 30
|
||||
#managers: 1 # default to one flow manager
|
||||
#recyclers: 1 # default to one flow recycler thread
|
||||
managers: 1
|
||||
recyclers: 1
|
||||
|
||||
# This option controls the use of vlan ids in the flow (and defrag)
|
||||
# hashing. Normally this should be enabled, but in some (broken)
|
||||
|
||||
Reference in New Issue
Block a user