]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/userguide: update guidance on 5 to 6 upgrading 11688/head
authorVictor Julien <vjulien@oisf.net>
Thu, 7 Dec 2023 09:27:41 +0000 (10:27 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 09:39:03 +0000 (11:39 +0200)
TCP memory use can be higher than expected in certain configs.

Ticket: #6552.
(cherry picked from commit 3456dea276c209b5bf0f95259a42f89d121ada32)

doc/userguide/upgrade.rst

index d7b74a02754c010f3780a03b15912bc7fd4fead5..170c95e803619e47b2d5d55fcb2663a5a560ab52 100644 (file)
@@ -183,6 +183,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
 --------------------