Set ES_SKIP_SET_KERNEL_PARAMETERS in elasticsearch image
On systemd-based distributions, the installation scripts will attempt to set kernel parameters (e.g., vm.max_map_count); you can skip this by setting the environment variable ES_SKIP_SET_KERNEL_PARAMETERS to true. Change-Id: Ia0e103790bfbff078308acfe300fe66b7c50ebf5
This commit is contained in:
parent
2ef0bd51a9
commit
682bfd2b4a
@ -25,6 +25,8 @@ ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/
|
||||
|
||||
{% endif %}
|
||||
|
||||
ENV ES_SKIP_SET_KERNEL_PARAMETERS true
|
||||
|
||||
{{ macros.install_packages(elasticsearch_packages | customizable("packages")) }}
|
||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user