mirror of https://github.com/OISF/suricata
stream: configurable stream chunk prealloc
The stream chunk pool contains preallocating stream chunks (StreamMsg). These are used for raw reassembly, used in raw content inspection by the detection engine. The default setting so far has been 250, which was hardcoded. This meant that in setups that needed more, allocs and frees would be happen constantly. This patch introduces a yaml option to set the 'prealloc' value in the pool. The default is still 250. stream.reassembly.chunk-prealloc Related to feature #1093.pull/801/head
parent
fe1c4951f9
commit
84696ebe2a
Loading…
Reference in New Issue