Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to determine the min and max value of heap size , and actual heap size consumption

soumyarani asked in General

I ran this command on ubuntu in which ColdFusion and OpenJDK to determine the min and max heap size , and how much heap size ColdFusion is using

jcmd 1982 GC.heap_info

but I am not able to understand the output (I need min max , actual utilization of heapsize so which value is actual value from this output)

PSYoungGen total 2568192K, used 1325485K [0x000000072ab00000, 0x00000007dfa00000, 0x0000000800000000) eden space 2495488K, 50% used [0x000000072ab00000,0x000000077726c520,0x00000007c3000000) from space 72704K, 99% used [0x00000007db300000,0x00000007df9ff180,0x00000007dfa00000) to space 98304K, 0% used [0x00000007d3a00000,0x00000007d3a00000,0x00000007d9a00000)

ParOldGen total 1199104K, used 920324K [0x0000000580000000, 0x00000005c9300000, 0x000000072ab00000)

object space 1199104K, 76% used [0x0000000580000000,0x00000005b82c1268,0x00000005c9300000)

Metaspace used 214363K, capacity 226304K, committed 226904K, reserved 1253376K

class space used 20832K, capacity 23361K, committed 23424K, reserved 1048576K

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.