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-Bit Server VM warning: ignoring option MaxPermSize=350m;
support was removed in 8.0
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?
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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…