springboot整合es availableProcessors is already set to [2], rejecting [2]

Posted uzai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot整合es availableProcessors is already set to [2], rejecting [2]相关的知识,希望对你有一定的参考价值。

https://www.jianshu.com/p/4d6bedded895

启动类主方法里面加一句

System.setProperty("es.set.netty.runtime.available.processors", "false");

  

以上是关于springboot整合es availableProcessors is already set to [2], rejecting [2]的主要内容,如果未能解决你的问题,请参考以下文章

Springboot整合ES,ES版不一致

Springboot整合ES,ES版不一致

springboot整合ES的基本操作

SpringBoot整合ES集群

springboot+elasticsearch + rabbitMQ实现全文检索(springboot+ES整合)

好玩的ES--第三篇之过滤查询,整合SpringBoot