Application server : Jboss EAP 6
We are trying to migrate our application from Java 6 to Java 8.
In java 6 - perm gen size is 2 GB.
What is the perm gen equivalent(Meta space) value in Java 8.
I set
-XX:MetaspaceSize=2g
Is this equivalent to min permgen 2gb in Java 6?