当前位置:   article > 正文

es查询数据量过大导致报错_releasablebytesstreamoutput cannot hold more than

releasablebytesstreamoutput cannot hold more than 2gb of data

办法一:修改es的配置文件(elasticsearch 5.x 以下版本可用,所以基本是行不通的)
想必很多人都试了这种方式,但基本都启动失败了吧~

在es安装路径/config/elasticsearch.yml文件中的最后加上index.max_result_window: 1000000,1000000前面有一个空格,这是yml的语法规范
  • 1

index.max_result_window: 1000000

办法二:curl -H “Content-Type: application/json” -XPUT 127.0.0.1:9200/索引名字/_settings -d ‘{ “index.max_result_window” :“1000000”}’

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号