-
Notifications
You must be signed in to change notification settings - Fork 729
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
Allow configurable JVM options #323
Comments
Is there already a release date associated to this issue? Thank you! |
@nithril can you share what you would like to achieve with JVM options override? That would help us prioritize this. |
To configure the GC options (G1) |
#943 propagates user-defined environment variables from the ES spec's podTemplate to the pod. We do override the We should probably should pass those settings through a file ( This way, the user-provided |
I see an inconsistent propagation of the env var
and when I check the pod I get:
|
Hi @nrobert13, #956 fixes that behaviour. Alpha release 0.8 does not allow you to set this yet. This is fixed in master, and will be available in the next release. The goal here is to simply propagate the |
I double-checked on the latest master, the operator does correctly reconcile on:
We do not cover the entire spectrum of changes people can do in the |
Closing this issue now, this is implemented in master, will be implemented and documented in release 0.9. |
For now, we only hardcode
"-Xms%dM -Xmx%dM -Djava.security.properties=%s", heapSize, heapSize, version.SecurityPropsFile
The text was updated successfully, but these errors were encountered: