Add Breaking changes documentation related to setting pipeline.buffer.type
to heap
by default
#16949
Labels
pipeline.buffer.type
to heap
by default
#16949
#16353 introduced changes for
9.0
to change the default value ofpipeline.buffer.type
toheap
instead of the previous value ofdirect
.This may have require users to change heap settings and direct memory allocations in their
jvm.options
file, specifically users using thebeats
,http
and/ortcp
inputs who are currently using a significant amount of heap, or have customized their JVM allocations to increase the amount ofdirect
memory in useThe text was updated successfully, but these errors were encountered: