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

Add hint to allocate more memory if Elasticsearch crashes #1456

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

alxhu-dev
Copy link

When creating Elasticsearch indicies, the process might crash if there is not enough memory allocated to the JVM runtime.

This commit adds a hint (and a step-by-step-guide) for administrators to try to allocate more memory to Elasticsearch if they're experiencing out-of-memory issues.

(I had a hard time troubleshooting this issue and I think others could benefit from this solution.)

Feedback and suggestions for improvement are welcome.

…arch.md

When creating Elasticsearch indicies, the process could crash if there is not enough memory allocated to the JVM runtime.

This commit adds a hint for administrators to try to allocate more memory to Elasticsearch if they're experiencing out-of-memory issues.
Add hint to allocate more memory if Elasticsearch crashes
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

Successfully merging this pull request may close these issues.

None yet

1 participant