]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: increase default memcaps
authorVictor Julien <victor@inliniac.net>
Thu, 6 Mar 2014 11:35:20 +0000 (12:35 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 6 Mar 2014 11:35:20 +0000 (12:35 +0100)
Increase default flow and stream reassembly memcaps.

suricata.yaml.in

index 30f19360123ba957f58e51e7252a6a450c39c94e..38ee2087a1759a1d79598deb0579aa160326bb08 100644 (file)
@@ -586,7 +586,7 @@ defrag:
 # in bytes.
 
 flow:
-  memcap: 32mb
+  memcap: 64mb
   hash-size: 65536
   prealloc: 10000
   emergency-recovery: 30
@@ -699,7 +699,7 @@ stream:
   checksum-validation: yes      # reject wrong csums
   inline: auto                  # auto will use inline mode in IPS mode, yes or no set it statically
   reassembly:
-    memcap: 64mb
+    memcap: 128mb
     depth: 1mb                  # reassemble 1mb into a stream
     toserver-chunk-size: 2560
     toclient-chunk-size: 2560