Skip to content

Commit

Permalink
Allow telemetry devices use jvm.options instead of ES_JAVA_OPTS (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebadyano authored Jun 18, 2019
1 parent 739657e commit b5c1581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cars/v1/vanilla/templates/config/jvm.options
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,9 @@
# due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise
# time/date parsing will break in an incompatible way for some date patterns and locals
9-:-Djava.locale.providers=COMPAT

{%- if additional_java_settings is defined %}
{%- for value in additional_java_settings %}
{{value}}
{%- endfor %}
{%- endif %}

0 comments on commit b5c1581

Please sign in to comment.