Skip to content

Commit ddcdfb9

Browse files
committed
Change G1GC options to match elasticsearch jvm.options (#56)
Relates to elastic/elasticsearch#59667
1 parent 7e4f2f7 commit ddcdfb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cars/v1/vanilla/templates/config/jvm.options

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
8-13:-XX:CMSInitiatingOccupancyFraction=75
4040
8-13:-XX:+UseCMSInitiatingOccupancyOnly
4141
14-:-XX:+UseG1GC
42-
14-:-XX:G1ReservePercent=25
43-
14-:-XX:InitiatingHeapOccupancyPercent=30
4442
{%- endif %}
4543

4644
{%- if use_cms_gc is defined and use_cms_gc == 'true' %}
@@ -51,8 +49,6 @@
5149

5250
{%- if use_g1_gc is defined and use_g1_gc == 'true' %}
5351
-XX:+UseG1GC
54-
-XX:G1ReservePercent=25
55-
-XX:InitiatingHeapOccupancyPercent=30
5652
{%- endif %}
5753

5854
## DNS cache policy

0 commit comments

Comments
 (0)