Link to home
Start Free TrialLog in
Avatar of beer9
beer9Flag for India

asked on

How to read tomcat thread dump?

I am seeing following in my catalina.out

Heap
 par new generation   total 2359296K, used 1851392K [0x00000004c0000000, 0x0000000560000000, 0x0000000560000000)
  eden space 2097152K,  88% used [0x00000004c0000000, 0x00000005310003b8, 0x0000000540000000)
  from space 262144K,   0% used [0x0000000550000000, 0x0000000550000000, 0x0000000560000000)
  to   space 262144K,   0% used [0x0000000540000000, 0x0000000540000000, 0x0000000550000000)
 concurrent mark-sweep generation total 7864320K, used 7864319K [0x0000000560000000, 0x0000000740000000, 0x0000000740000000)
 concurrent-mark-sweep perm gen total 501704K, used 286372K [0x0000000740000000, 0x000000075e9f2000, 0x0000000800000000)

Open in new window


Does it mean it is 'java.lang.OutOfMemoryError: Java heap space’ ? Thanks!
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial