mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 14:17:58 -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> |
||
---|---|---|
.. | ||
include | ||
static | ||
gs-index.asciidoc | ||
index.asciidoc | ||
index.x.asciidoc |