Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you specify the Maximum PermGen Size option (-XX:MaxPermSize=<NNN>) for a Java 8 VM, you may see a warning message similar to the following.
 

<pre>
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
</pre>
Panel
Html bobswift

Resolution

The PermGen space is superseded by a new space called Metaspace in Java 8.

...