upgrade 7.6.2 to 7.8.0
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b2e2d072d7
commit
9995f81ec7
|
@ -7,7 +7,7 @@ es_lb_master_nodes_and_ports: |
|
|||
es_lb_master_nodes_names: |
|
||||
{{ es_lb_master_nodes | json_query("[].name") }}
|
||||
|
||||
es_lb_image: 'docker.elastic.co/elasticsearch/elasticsearch-oss:7.6.2'
|
||||
es_lb_image: 'docker.elastic.co/elasticsearch/elasticsearch-oss:7.8.0'
|
||||
es_lb_api_port: 9200
|
||||
es_lb_node_port: 9300
|
||||
|
||||
|
|
|
@ -32,11 +32,6 @@
|
|||
##
|
||||
################################################################
|
||||
|
||||
## GC configuration
|
||||
-XX:+UseConcMarkSweepGC
|
||||
-XX:CMSInitiatingOccupancyFraction=75
|
||||
-XX:+UseCMSInitiatingOccupancyOnly
|
||||
|
||||
## optimizations
|
||||
|
||||
# pre-touch memory pages used by the JVM during initialization
|
||||
|
|
Loading…
Reference in New Issue