From: Andreas Dolp Date: Sat, 2 Apr 2022 12:33:54 +0000 (+0200) Subject: suricata.yaml.in: Fix default value of prealloc-sessions X-Git-Tag: suricata-7.0.0-beta1~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9976a0e14cd488ac0e33e9d47048e55c8e2c384;p=thirdparty%2Fsuricata.git suricata.yaml.in: Fix default value of prealloc-sessions --- diff --git a/suricata.yaml.in b/suricata.yaml.in index 0b9733f8f1..610f17a950 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -1362,7 +1362,7 @@ flow-timeouts: # # of checksum. You can control the handling of checksum # # on a per-interface basis via the 'checksum-checks' # # option -# prealloc-sessions: 2k # 2k sessions prealloc'd per stream thread +# prealloc-sessions: 2048 # 2k sessions prealloc'd per stream thread # midstream: false # don't allow midstream session pickups # async-oneside: false # don't enable async stream handling # inline: no # stream inline mode