-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Script / Service: Add ES_MIN_MEM and ES_MAX_MEM #156
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
Labels
Comments
Script / Service: Add ES_MIN_MEM and ES_MAX_MEM, closed by c09877c |
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
China region name is `cn-north-1`. Closes #156.
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
Commit ea9609c does not work as expected. China is not part of the [S3 regions](http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) but part of [Isolated Regions](http://docs.aws.amazon.com/general/latest/gr/isolated_regions.html). The patch uses for S3 `s3-cn-north-1.amazonaws.com` which is wrong because in that case the end point is `s3.cn-north-1.amazonaws.com.cn`. Same goes for EC2 which was `ec2.cn-north-1.amazonaws.com` but should be `ec2.cn-north-1.amazonaws.com.cn`. Related documentation: * http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region * http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region * http://docs.aws.amazon.com/general/latest/gr/isolated_regions.html Closing #156 (cherry picked from commit 491a59b) (cherry picked from commit f12cacc)
BrentBWu
pushed a commit
to BrentBWu/elasticsearch
that referenced
this issue
Mar 24, 2017
Group LT would like to claim elastic#23720
ClaudioMFreitas
pushed a commit
to ClaudioMFreitas/elasticsearch-1
that referenced
this issue
Nov 12, 2019
Support for Role Mapping
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
As disks changed with elastic/infra#16386 update the methodology changelog.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow to set the minimum and maximum memory of elasticsearch script and service using environment variables.
The text was updated successfully, but these errors were encountered: