问题:OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one...

≯℡__Kan透↙ 提交于 2020-10-02 00:37:52

问题:OpenJDK 64-Bit Server VM warning: If the number of processors is expected to increase from one, then you should configure the number of parallel GC threads appropriately using -XX:ParallelGCThreads=N

在这里插入图片描述


报错原因:

   某些软件包启动的时候默认启用 -XX:+AssumeMP导致

解决办法:

   在jvm.optipons配置文件添加 -XX:-AssumeMP

操作如下(示例):

vim /usr/local/logstash-6.6.0/config/jvm.options
	-XX:-AssumeMP

解决后的效果图:

成功的效果图


如需下载logstash-6.6.0可在此路径下载:https://download.csdn.net/download/weixin_40268588/12740496


口号:看懂的点赞,不懂的抠眼珠子。



易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!