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

/etc/elasticsearch/jvm.options file is being ignored #93

Open
vkhatri opened this issue Feb 8, 2017 · 0 comments
Open

/etc/elasticsearch/jvm.options file is being ignored #93

vkhatri opened this issue Feb 8, 2017 · 0 comments
Assignees
Labels

Comments

@vkhatri
Copy link
Owner

vkhatri commented Feb 8, 2017

    113 if [ -z "$ES_JVM_OPTIONS" ]; then
    114     for jvm_options in "$ES_HOME"/config/jvm.options \
    115                       /etc/elasticsearch/jvm.options; do
    116         if [ -r "$jvm_options" ]; then
    117             ES_JVM_OPTIONS=$jvm_options
    118             break
    119         fi
    120     done
    121 fi

default['elasticsearch']['jvm_options_file'] location should be $ES_HOME/config/jvm.options

@vkhatri vkhatri added the bug label Feb 8, 2017
@vkhatri vkhatri self-assigned this Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant