解决Spring boot整合redis与elaticsearch报错问题

整合 出现,Caused by: java.lang.IllegalStateException: availableProcessors is already set to [8], rejecting [8]

查看Netty4Utils

解决Spring boot整合redis与elaticsearch报错问题

运行参数加上 

-Des.set.netty.runtime.available.processors=false

解决Spring boot整合redis与elaticsearch报错问题


成功:

解决Spring boot整合redis与elaticsearch报错问题

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-01-19
  • 2021-04-04
  • 2021-09-03
  • 2022-01-07
  • 2020-07-14
猜你喜欢
  • 2021-11-04
  • 2022-12-23
  • 2021-10-01
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案