]> 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)
committerVictor Julien <vjulien@oisf.net>
Tue, 22 Feb 2022 19:05:39 +0000 (20:05 +0100)
commit6232c94235a60f2f89d444dfd5a9e20efc0a5a60
treea28cf949f0bf247ab4d6f8ce68b0be9ba70f87f5
parente4d60f451b8a226e32a3df8e232efe437b11e2e3
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.
src/tm-threads.c