We have Weblogic process running on JVM and it has -Xms4G -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90
... etc
Java HotSpot VM JDK is: 1.7
We have not included -XXPermSize
in JAVA arguments
Question:
my question is do we need to include -XXPermSize
in the memory arguments or it takes from the heap memory ( Xms
& Xmx
) itself?