I am using STS 3.6.0, Grails 2.4.4, Java 8 (JDK 1.8_05). I have removed MaxPermSize options from JAVA_OPTS, MAVEN_OPTS and ini file of STS. It is still showing following warning and stops my application.
"Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0"
Also to note that I had set 256m only for MAVEN_OPTS which I have removed completely, but still I am having same problem.
I have even deleted forked build from BuildConfig.groovy file which specifies 256M as maxperm.
Extra info:
I am using jdk1.8_45