Where are all the places on my system MaxPermSize might get set? I'm using Eclipse 4.4, WildFly and jdk 1.8.
I get this warning every time I stop WildFly:
Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
I want to make it go away by replacing all the MaxPermSize by MaxMetaspaceSize. Thanks for the help.