I'm trying to diagnose a java.lang.OutOfMemoryError: PermGen Space error when running on Sun's Hotspot JVM, and would like to know how much PermGen space my program is using at various points. Is there a way of finding out this information programmatically?
| |||
|
feedback
|
|
You can use something like this:
This will give you all types of memory. You are interested in "Perm Gen" type. | |||
feedback
|
|
| |||
|
feedback
|