mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
ES now uses $ES_CONF_DIR/jvm.options to set java options so duplicate java options have been removed from the initd / conf.d service supervision with OpenRC's supervise-daemon added added README.alpine with notes for upgrading ES 2.x => 5.x
20 lines
672 B
Text
20 lines
672 B
Text
### Alpine Linux README for elasticsearch 5.x ###
|
|
-------------------------------------------------
|
|
|
|
For upgrading ES 2.x => ES 5.x see:
|
|
|
|
https://www.elastic.co/guide/en/elasticsearch/reference/current/restart-upgrade.html
|
|
|
|
------------------------------------------------------------------------------------
|
|
|
|
The initd has changed: please use the new version
|
|
|
|
------------------------------------------------------------------------------------
|
|
|
|
Default Java options are now set via:
|
|
|
|
ES_CONF_DIR/jvm.options
|
|
|
|
Additional java options can also still be set in /etc/conf.d/elasticsearch
|
|
|
|
------------------------------------------------------------------------------------
|