I am using jdk1.8.0_60
. I have set jvm argument as -XX:MaxMetaspaceSize=1536m
to set the max metaspace size.
But in jvisualvm, i still see it 1GB. Is visualvm not updated to reflect the latest mestaspace size ?
I am using jdk1.8.0_60
. I have set jvm argument as -XX:MaxMetaspaceSize=1536m
to set the max metaspace size.
But in jvisualvm, i still see it 1GB. Is visualvm not updated to reflect the latest mestaspace size ?
This is JDK bug. See original VisualVM report and corresponding JDK bug 8077987.