愚者求师之过,智者从师之长。

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%
已邀请:

haiyupeter - 乡村野夫

赞同来自:

今天遇到了一个问题,启动 kibana 时遇到的问题
error  [04:39:39.343] [warning][stats-collection] [circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [1009400968/962.6mb], which is larger than the limit of [986932838/941.2mb], real usage: [1009400968/962.6mb]
发现是 elasticsearch 的问题,网上的帖子都是 配置 indices.fielddata.cache.size: 40%,有没有谁帮忙解答一下这个参数的定义呢?
当前的解决办法是 在jvm.options将参数扩大为 2g,但不明确是否能解决问题
-Xms2g
-Xmx2g

要回复问题请先登录注册