]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add note on the hashsize recommendation for datasets
authorAndreas Herz <git@herzandreas.de>
Thu, 20 Apr 2023 14:24:18 +0000 (16:24 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 5 May 2023 09:42:19 +0000 (11:42 +0200)
doc/userguide/rules/datasets.rst

index 591efe176930b12fbc8317905fbf1a48850e2ecb..f2f900bd6f7a309a7b8adfeed4fa6abae07beb82 100644 (file)
@@ -64,6 +64,7 @@ Example::
         memcap: 10mb
         hashsize: 1024
 
+.. note:: The `hashsize` should be close to the amount of entries in the dataset to avoid collisions. If it's set too low, this could result in rather long startup time.
 
 Rule keywords
 -------------