OpenJDK 64位服务器VM警告:忽略选项MaxPermSize = 350m; [英] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m;

查看:11053
本文介绍了OpenJDK 64位服务器VM警告:忽略选项MaxPermSize = 350m;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我试图在Linux中使用命令行打开Intellij IDE时,像这样 ./phpstorm.sh android studio和PHPStorm我总是得到这样的信息:

When I'mtrying to open Intellij IDE using command line in linux like this ./phpstorm.sh both android studio and PHPStorm I always got this message :


OpenJDK 64位服务器VM警告:忽略选项MaxPermSize = 350m;
支持已在8.0中删除

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m; support was removed in 8.0

我想知道google是否找到解决方案这里但是因为我是ubuntu 14.04的新手,我有点失落。我的问题是这个消息的原因是什么?以及如何解决这个问题?

and I was wondering if google find solution here but I was kinda lost here since I'm newbie in ubuntu 14.04. my question is what is the cause of this message to diplay? and how to resolve this?

我尝试过使用此命令导出MAVEN_OPTS = - Xmx512m但它是没有解决问题。
我正在使用从 java 1.8.0_73 /jdk8-downloads-2133151.htmlrel =nofollow noreferrer>这里。任何有用的帮助将不胜感激,谢谢。

I've tried using this command export MAVEN_OPTS="-Xmx512m" but it's not resolve the issue. and I'm using java 1.8.0_73 downloaded from here. any useful help would be appreciated, thank you.

推荐答案

这只是一个警告说该选项已被忽略 - 所以它应该不会导致任何问题。

This is only a warning saying the option has been ignored - so it should not cause any issues.

JVM选项应位于{IntelliJ文件夹} /bin/idea64.exe.vmoptions(在Windows上 - 可能类似于linux上的类似内容)。您可以编辑该文件并删除maxpermsize选项。

The JVM options should be located in {IntelliJ folder}/bin/idea64.exe.vmoptions (on windows - probably something similar on linux). You can edit that file and delete the maxpermsize option.

这篇关于OpenJDK 64位服务器VM警告:忽略选项MaxPermSize = 350m;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆