Error | Forked Grails VM exited with error Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
0
votes
1 Answers
-1
votes
In Java 8, MaxPermSize has been removed.
As an example, if you build your Java 8 application with Maven, add the following:
MAVEN_OPTS -Xmx512m