Skip to content

Commit

Permalink
Disable eager filter cache loading which makes nodes go OOM as of es …
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsorvasi committed Dec 3, 2014
1 parent 0077797 commit c296e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/elasticsearch.yml.erb
Expand Up @@ -55,6 +55,7 @@ indices.fielddata.cache.size: <%= @indices_fielddata_cache_size %>
indices.fielddata.cache.expire: <%= @indices_fielddata_cache_expire %>
index.cache.filter.type: <%= @index_cache_filter_type %>
index.refresh_interval: <%= @index_refresh_interval %>
index.load_fixed_bitset_filters_eagerly: false

## Discovery
discovery.zen.ping:
Expand Down

0 comments on commit c296e23

Please sign in to comment.