]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/userguide: update guidance on 5 to 6 upgrading 10043/head
authorVictor Julien <vjulien@oisf.net>
Thu, 7 Dec 2023 09:27:41 +0000 (10:27 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Dec 2023 05:59:32 +0000 (06:59 +0100)
TCP memory use can be higher than expected in certain configs.

Ticket: #6552.

doc/userguide/upgrade.rst

index e35a596a407bacda7b71009587ebf08419eacc5f..fd6e2750104701b1003b4133d0252a90d3f72e2e 100644 (file)
@@ -179,6 +179,12 @@ Removals
   if this behavior is still required. See :ref:`multiple-eve-instances`.
 - Unified2 has been removed. See :ref:`unified2-removed`.
 
+Performance
+~~~~~~~~~~~
+- In YAML files w/o a `flow-timeouts.tcp.closed` setting, the default went from 0 to 10 seconds.
+  This may lead to higher than expected TCP memory use:
+  https://redmine.openinfosecfoundation.org/issues/6552
+
 Upgrading 4.1 to 5.0
 --------------------