| Author |
Eden space getting populated by 3gb for every request
|
harshvardhan ojha
Ranch Hand
Joined: Jul 26, 2007
Posts: 155
|
|
My eden space is getting more than 3gb for every request hit, and suddenly getting Garbage collected.
How i saw this? - JvisualVM VisualGC.
Now i want to see the data structure which is causing this memory footprint. How can i see the object state before it is getting garbage collected in eden space??
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
Use jmap to get a heap dump and analyze it with jhat. There are flavors for the JVM (like jrockit) that have more tools to help you with such problems.
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: Eden space getting populated by 3gb for every request
|
|
|