Remove MaxPermSize from MAVEN_OPTS

Good afternoon,

On this page Development Overview - LanguageTool Wiki

I want to remove MaxPermSize from MAVEN_OPTS

because MaxPermSize was removed from Java version 8

http://www.oracle.com/technetwork/java/javase/8-compatibility-guide-2156366.html

and Java version 8 is a requirement for Languagetool.

Right now it’s inclusion creates an error like this

Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0

which is not fatal.

Regards,

Grant Rettke

Thanks, I have removed it from the wiki.