| Author |
JVM heap size usage tracking?
|
Justin Chu
Ranch Hand
Joined: Apr 19, 2002
Posts: 209
|
|
If I set -Xms128m -Xmx128m for an application server how do I constantly track if I have enough heap size? I'm using windows. So, using windows' peformance tracker, I'd only get 128mb as the allocated memory.
|
 |
Scott Johnson
Ranch Hand
Joined: Aug 24, 2005
Posts: 518
|
|
|
If you use the -verbosegc JVM option, the JVM will write the heap utilization before and after garbage collection to stderr.
|
 |
Peter Chase
Ranch Hand
Joined: Oct 30, 2001
Posts: 1970
|
|
|
jconsole?
|
Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.<br /> <br />#:^P
|
 |
 |
|
|
subject: JVM heap size usage tracking?
|
|
|