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

解决Spring boot整合redis与elaticsearch报错问题_第1张图片

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

查看Netty4Utils

解决Spring boot整合redis与elaticsearch报错问题_第2张图片

运行参数加上 

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

解决Spring boot整合redis与elaticsearch报错问题_第3张图片


成功:

解决Spring boot整合redis与elaticsearch报错问题_第4张图片

你可能感兴趣的:(SPRING,BOO)