Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
05-01-2017 01:54 PM
For all our java nodes , I continue to see the value of "Max Available" is less than the -mx set for the jvm
Cant find any documentation on what this metric stands
Any one knows what this stands for and why it always shows less than the value of -mx.
05-01-2017 07:58 PM
Hi,
AppDynamics uses JMX provided Java to fetch the max available heap.
https://docs.oracle.com/javase/7/docs/api/java/lang/management/MemoryUsage.html
It depends on JVMs implementation of the value of HeapMemoryUsage.max attribute on how much this value would be.
You could also validate it against the HeapMemoryUsage.max attribute value in JConsole.
In some JVM implementations, this value is Xmx - PS Survivor Space.MaxAvailable
For Example, Xmx = 12288m and Heap.Max Available is displayed as 11947m.
Check PS Survivor Space.MaxAvailable and it is 341m.
Heap.Max Available = Xmx-PS Survivor Space.MaxAvailable = 12288-341 = 11947m
Please see attached the screenshots.
Regards,
Saradhi
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form