简体   繁体   中英

Elasticsearch configure heap size with AWS OpsWorks

Is there a way to configure opsworks to set the elasticsearch heap size when it start the instances? I am using this cookbook https://github.com/elastic/cookbook-elasticsearch/ and the custom json doesn't seem to have any property for heap size.

I found that allocated_memory in elasticsearch_configure is the one I need to modify but not sure if it's possible to do so in the custom json or without creating my own recipe.

我可以在自定义json中指定elasticsearch: { allocated_memory: '512m' }https : //github.com/elastic/cookbook-elasticsearch/issues/380

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM