|
| Re: memory growth exceeding -Xmx value, what does this mean? |
 |
Tue, 22 Apr 2008 06:28:33 -070 |
One way is to run with -Xverbose:class=debug,load=debug to see which classes are
being created once your application has started running.
With -Xverbose:classgc you can see which classes are being unloaded.
You can also list all loaded classes with "jrcmd <pid>
print_class_summary".
These are at least some starting points to try.
Regards,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|