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

[BUG][opensearch] Incorrect default listed for opensearchJavaOpts in README.md #566

Closed
jeidsath opened this issue Jul 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jeidsath
Copy link
Contributor

jeidsath commented Jul 24, 2024

README.md documents the default opensearchJavaOpts as "-Xmx1g -Xms1g". The actual default is 512/512. See:

opensearchJavaOpts: "-Xmx512M -Xms512M"

| `opensearchJavaOpts` | Java options for OpenSearch. This is where you should configure the jvm heap size | `-Xmx1g -Xms1g` |

@jeidsath jeidsath added bug Something isn't working untriaged Issues that have not yet been triaged labels Jul 24, 2024
@dblock dblock removed the untriaged Issues that have not yet been triaged label Aug 12, 2024
@dblock
Copy link
Member

dblock commented Aug 12, 2024

@jeidsath care to fix this with a PR? Thanks!

[Catch All Triage - 1, 2, 3]

@prudhvigodithi
Copy link
Collaborator

Thanks @jeidsath since the PR was merged, closing this issue, please re-open if required.
Thank you
@getsaurabh02 @peterzhuamazon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

No branches or pull requests

3 participants