Trace :

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

 Solution 1:

  1. Open intellij install location->bin
  2. Edit idea.exe.vmoptions file
  3. Remove -XX:MaxPermSize=250m or -XX:MaxPermSize=[X]m
  4. Save File
  5. Restart intellij and try now.

 

Solution 2:

  1. Remove –XX:MaxPermSize from MAVEN_OPTS of your system environment variable.

Was this post helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *