Trace :
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
Solution 1:
- Open intellij install location->bin
- Edit idea.exe.vmoptions file
- Remove -XX:MaxPermSize=250m or -XX:MaxPermSize=[X]m
- Save File
- Restart intellij and try now.
Solution 2:
- Remove –XX:MaxPermSize from MAVEN_OPTS of your system environment variable.
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.