Skip to content

Commit

Permalink
Have G1-related settings match ES defaults
Browse files Browse the repository at this point in the history
With this commit we align the G1-related settings to the new ES defaults
that will be introduced with elastic/elasticsearch#46169.

Relates #30
Relates elastic/elasticsearch#46169
  • Loading branch information
danielmitterdorfer committed Sep 12, 2019
1 parent 2ff4e4e commit 33c4781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cars/v1/vanilla/templates/config/jvm.options
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@

{%- if use_g1_gc is defined and use_g1_gc == 'true' %}
-XX:+UseG1GC
-XX:InitiatingHeapOccupancyPercent=75
-XX:InitiatingHeapOccupancyPercent=30
-XX:G1ReservePercent=25
{%- endif %}

## DNS cache policy
Expand Down

0 comments on commit 33c4781

Please sign in to comment.