index.cache.field.type和indices.fielddata.cache.size的差别
Elasticsearch | 作者 爱你一点点 | 发布于2014年12月08日 | 阅读数:10569
网上很多文章提到如下参数,优化es缓存使用:
index.cache.field.type: soft
index.cache.field.max_size: 50000
index.cache.field.expire: 10m
在ElasticSearch definitive guide里只没有看到上述的参数说明,只有下面类似的说明:
indices.fielddata.cache.size: 40%
index.cache.field.type: soft
index.cache.field.max_size: 50000
index.cache.field.expire: 10m
在ElasticSearch definitive guide里只没有看到上述的参数说明,只有下面类似的说明:
indices.fielddata.cache.size: 40%
1 个回复
haiyupeter - 乡村野夫
赞同来自:
发现是 elasticsearch 的问题,网上的帖子都是 配置 indices.fielddata.cache.size: 40%,有没有谁帮忙解答一下这个参数的定义呢?
当前的解决办法是 在jvm.options将参数扩大为 2g,但不明确是否能解决问题
-Xms2g
-Xmx2g