mirror of
https://github.com/elastic/logstash.git
synced 2025-04-20 12:47:23 -04:00
Introduce a new setting named `pipeline.buffer.type` which could be valued direct or heap to enable the allocation on Java heap. The processing of the setting is done in `LogStash::Runner#execute` and sets the Java properties considered by Netty to disable the direct allocation: `io.netty.noPreferDirect`. However, if that system property is already configured explicitly by the user (because set in `jvm.options`or `LS_JAVA_OPTS`) the setting doesn't take place and warning log is reported, respecting the user's will. Co-authored-by: João Duarte <jsvd@users.noreply.github.com> |
||
---|---|---|
.. | ||
jvm.options | ||
log4j2.properties | ||
logstash-sample.conf | ||
logstash.yml | ||
pipelines.yml | ||
startup.options |