logstash/docs
Andrea Selva afa646fbcb
Introduce a new setting to give preference to Java heap or direct space buffer allocation type (#16054)
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>
2024-04-10 15:23:47 +02:00
..
include Doc: Update plugin headers to deeplink into matrix (#15870) 2024-01-30 13:35:16 -05:00
static Introduce a new setting to give preference to Java heap or direct space buffer allocation type (#16054) 2024-04-10 15:23:47 +02:00
gs-index.asciidoc [DOCS] Fixes Stack Overview links (#12025) 2020-06-16 17:52:48 -07:00
index.asciidoc Doc: Add docs for extending integrations with filter-elastic_integrations (#15518) 2023-12-07 14:21:23 -05:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#9607) 2018-05-18 12:11:05 -07:00