]> git.ipfire.org Git - thirdparty/suricata.git/commit
threads: Honor per-thread stack size setting
authorJeff Lucovsky <jeff@lucovsky.org>
Fri, 11 Feb 2022 14:02:39 +0000 (09:02 -0500)
committerShivani Bhardwaj <shivanib134@gmail.com>
Tue, 8 Mar 2022 15:04:15 +0000 (20:34 +0530)
commit4e6a6e6467189015ad4f4fe68a3f8812255985b3
treefec039018e5af51da750000518efd9d409a3bab7
parent9d66541128a66356fa032aed398101ed6ba56fdb
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