Skip to content
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

Logstash: Handle JVM heap size with a variable #229

Open
frankhetterich opened this issue Aug 14, 2023 · 1 comment
Open

Logstash: Handle JVM heap size with a variable #229

frankhetterich opened this issue Aug 14, 2023 · 1 comment
Milestone

Comments

@frankhetterich
Copy link

At the moment there is no handling for the JVM heap size parameters (Xms/Xmx) for Logstash installations. The jvm.options file is completely untouched and Logstash is using only 1G of memory.

There should be the same function as for Elasticsearch to use at least half of the available machine memory or configure the Heap size with a variable.

@widhalmt
Copy link
Member

Good point! Logstash usually doesn't need as much memory as Elasticsearch does. And since some setups run Elasticsearch and Logstash on the same hosts, automatic calculation might not work. But using a variable is definitely a good idea.

@widhalmt widhalmt added this to the 0.1.0 milestone Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants