geerlingguy / ansible-role-elasticsearch

Ansible Role - Elasticsearch
https://galaxy.ansible.com/geerlingguy/elasticsearch/
MIT License
185 stars 209 forks source link

Add support to configure JVM heap size #42

Closed Cyclonecode closed 4 years ago

Cyclonecode commented 5 years ago

The initial and maximum size of the JVM heap can now be configured by using the following variables:

elasticsearch_heap_size_min: 512m
elasticsearch_heap_size_max: 512m
PieterCappelle commented 5 years ago

Great PR. Thank you.

geerlingguy commented 4 years ago

Thanks, this fixes #7.