We Are Going To Discuss About OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m;. So lets Start this Java Article.
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m;
- OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=350m;
This is only a warning saying the option has been ignored – so it should not cause any issues.
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-Bit Server VM warning: ignoring option MaxPermSize=350m;
This is only a warning saying the option has been ignored – so it should not cause any issues.
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.
Solution 1
This is only a warning saying the option has been ignored – so it should not cause any issues.
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.
Original Author assylias Of This Content
Solution 2
The IDEs try to set MaxPermSize in case the are run under java 7.
The parameter was removed in java 8, so it is ignored.
For further information see What does -XX:MaxPermSize do?
Original Author Eashi Of This Content
Solution 3
For me I fixed same issue by adding _JAVA_OPTIONS: -Xmx6G to the enviroment variable
Windows 8.1
java version 1.7.0_79
Original Author Jayani Sumudini Of This Content
Solution 4
if you got this error with android studio using phonegap so just exit from android studio and restart android studio some time its work in my case
Original Author Roshan Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.