]> git.ipfire.org Git - thirdparty/suricata.git/commit
threads: Honor per-thread stack size setting 7134/head
authorJeff Lucovsky <jeff@lucovsky.org>
Fri, 11 Feb 2022 14:02:39 +0000 (09:02 -0500)
committerJeff Lucovsky <jeff@lucovsky.org>
Fri, 11 Mar 2022 14:03:33 +0000 (09:03 -0500)
commit83d1852d4e87c216f6421d66a3c3e801e3c3125f
tree4d8345ed4005db032a1e6fe51b1156bf9293ff40
parent266ac395faf543a0a5d3863bccfc42f7519680aa
threads: Honor per-thread stack size setting

Issue: 4550

This commit adjusts the per-thread stack size if a size has been
configured. If the setting has not been configured, the default
per-thread stack size provided by the runtime mechanisms are used.

(cherry picked from commit 6232c94235a60f2f89d444dfd5a9e20efc0a5a60)
src/tm-threads.c