suricata.yaml: Add per-thread stack size setting

Issue: 4550
pull/7056/head
Jeff Lucovsky 3 years ago committed by Victor Julien
parent deb49862cd
commit d79a317cea

@ -1588,6 +1588,14 @@ threading:
# thread will always be created. # thread will always be created.
# #
detect-thread-ratio: 1.0 detect-thread-ratio: 1.0
#
# By default, the per-thread stack size is left to its default setting. If
# the default thread stack size is too small, use the following configuration
# setting to change the size. Note that if any thread's stack size cannot be
# set to this value, a fatal error occurs.
#
# Generally, the per-thread stack-size should not exceed 8MB.
#stack-size: 8mb
# Luajit has a strange memory requirement, its 'states' need to be in the # Luajit has a strange memory requirement, its 'states' need to be in the
# first 2G of the process' memory. # first 2G of the process' memory.

Loading…
Cancel
Save