OpenSearch/server
Adrien Grand 54740cc551
Increase the maximum number of filters that may be in the cache. (#30655)
We added this limit because we occasionally saw cases where most of the memory
usage of the cache was spent on the keys (ie. queries) rather than the values,
which caused the cache to vastly underestimate its memory usage. In recent
releases, we disabled caching on heavy `terms` queries, which were the main
source of the problem, so putting more entries in the cache should be safer.
2018-05-22 14:57:02 +02:00
..
cli Add useful message when no input from terminal (#29369) 2018-04-10 21:50:39 -04:00
licenses Upgrade to Lucene-7.4.0-snapshot-59f2b7aec2 (#30726) 2018-05-18 18:21:39 -04:00
src Increase the maximum number of filters that may be in the cache. (#30655) 2018-05-22 14:57:02 +02:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00