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 committed Jun 18, 2019
1 parent 54559c7 commit 81a65a9
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 @@ -115,3 +115,9 @@

# temporary workaround for C2 bug with JDK 10 on hardware with AVX-512
10-:-XX:UseAVX=2

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

0 comments on commit 81a65a9

Please sign in to comment.