-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set pipeline.buffer.type
to heap
by default
#16353
Closed
2 tasks done
Comments
Would this be a breaking change if we are only changing the default? |
Any deployment out there consuming from Agent or Beats with a heap usage above 75% (or even 50%) can potentially crash on upgrade as any direct memory allocation from beats/agent/http/tcp inputs would now be done on the heap. |
This was
linked to
pull requests
Oct 2, 2024
3 tasks
Merged
2 tasks
Re-opened, as the deprecation warning sub-issue has not been closed |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #16054, we introduced a new setting to allow users to set the allocation of memory for certain input plugins to use either direct or heap memory.
We should consider making this the default setting for Logstash
9.0
Tasks
The text was updated successfully, but these errors were encountered: