elasticsearch-cluster-runner icon indicating copy to clipboard operation
elasticsearch-cluster-runner copied to clipboard

Specifying jvm.options file

Open barthanssens opened this issue 5 years ago • 2 comments

Just wondering if there is a way to specify the jvm.options file (or another way to set e.g Xms / Xmx), since the execute() method seems to look for the elasticsearch.yml and log4j2.properties, but not for the jvm.options file ? Thanks

barthanssens avatar Jul 31 '20 19:07 barthanssens

ElasticsearchClusterRunner is invoked from inside your Java application. Java settings specified at your application are applied to elasticsearch. So, jvm.options file is not needed.

marevol avatar Jul 31 '20 20:07 marevol

Ok, thank you for your swift reply.

barthanssens avatar Jul 31 '20 20:07 barthanssens