elastic / ansible-elasticsearch

Ansible playbook for Elasticsearch
Other
1.59k stars 857 forks source link

Disable gc.log logging by default #717

Closed wixaw closed 4 years ago

wixaw commented 4 years ago

Hello

I propose this modification because these logs are useless and it's annoying to maintain a jvm.options on my side only for this parameter

thank you in advance

elasticmachine commented 4 years ago

Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?

jmlrt commented 4 years ago

Hi @wixaw, thanks for opening this PR. The values in this files are matching default jvm.options file provided by Elasticsearch (see https://github.com/elastic/elasticsearch/blob/v7.9.1/distribution/src/config/jvm.options#L77). We try to stay with default configuration as much as possible.