<div dir="ltr">You are right, I'm on Windows 10 x64.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 5, 2017 at 1:19 PM, Victor Julien <span dir="ltr"><<a href="mailto:lists@inliniac.net" target="_blank">lists@inliniac.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 05-12-17 19:07, Ruslan Usmanov wrote:<br>
> Is number of open handles by suricata is an area of concern?<br>
><br>
> I noticed when suricata is running with default configuration (max-frags<br>
> = 65535 with prealloc, flow hash_size = 65536), the process keeps open<br>
> 220,000 handles.<br>
><br>
> By bringing down number of these items, we can save up to 200k handles<br>
> on the system. I understand the reason is because each defrag and flow<br>
> requires its own mutex and handle.<br>
><br>
> What are you doing - just ignore the number of open handles, or using<br>
> lower values, and what are recommended number of defrags/flows, having<br>
> in mind we still want to keep system protected?<br>
<br>
</span>I've really only seen this to be an issue on windows (cygwin). In linux<br>
a mutex isn't really a handle with the OS.<br>
<br>
For Windows I do have a test branch that uses a pools of mutexes instead<br>
of a mutex per object. Could revive that if there is interest.<br>
<br>
What OS are you on?<br>
<br>
--<br>
------------------------------<wbr>---------------<br>
Victor Julien<br>
<a href="http://www.inliniac.net/" target="_blank" rel="noreferrer">http://www.inliniac.net/</a><br>
PGP: <a href="http://www.inliniac.net/victorjulien.asc" target="_blank" rel="noreferrer">http://www.inliniac.net/<wbr>victorjulien.asc</a><br>
------------------------------<wbr>---------------<br>
<br>
______________________________<wbr>_________________<br>
Suricata IDS Users mailing list: <a href="mailto:oisf-users@openinfosecfoundation.org">oisf-users@<wbr>openinfosecfoundation.org</a><br>
Site: <a href="http://suricata-ids.org" target="_blank" rel="noreferrer">http://suricata-ids.org</a> | Support: <a href="http://suricata-ids.org/support/" target="_blank" rel="noreferrer">http://suricata-ids.org/<wbr>support/</a><br>
List: <a href="https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users" target="_blank" rel="noreferrer">https://lists.<wbr>openinfosecfoundation.org/<wbr>mailman/listinfo/oisf-users</a><br>
<br>
Conference: <a href="https://suricon.net" target="_blank" rel="noreferrer">https://suricon.net</a><br>
Trainings: <a href="https://suricata-ids.org/training/" target="_blank" rel="noreferrer">https://suricata-ids.org/<wbr>training/</a></blockquote></div><br></div>