Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0

时间:2019-01-17 14:46:25   收藏:0   阅读:1860

1 启动hbase的时候爆出警告

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0

 

查看配置文件

 # Configure PermSize. Only needed in JDK7. You can safely remove it for JDK8+

技术分享图片

 

 

我用的jdk1.8,所以注释掉重新启动就没有这个警告了。

 

原文:https://www.cnblogs.com/QuestionsZhang/p/10281839.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!