sirensolutions / siren-join

[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]
http://siren.io
GNU Affero General Public License v3.0
183 stars 60 forks source link

Default cache size is set to 256kb instead of 256mb #60

Closed rendel closed 8 years ago

rendel commented 8 years ago

The default cache size siren.filterjoin.cache.size is set to 262144 (256kb) instead of 268435456 (256mb).

rendel commented 8 years ago

This can be resolved in earlier version by adding the following entry in your elasticsearch.yml:

siren.filterjoin.cache.size: 268435456