This content has been marked as final.
Show 2 replies
-
1. Re: How to collect the Heap Dump on purpose
peterj Feb 16, 2010 12:00 PM (in response to karthianbu)If you are getting a heap dump while using that setting then you ran out of heap memory. What are your JVM options set to? The best place to look for this is in the first few lines on the console after starting the app server. You are not, by any chance, running as a Windows service??? -
2. Re: How to collect the Heap Dump on purpose
aberryjr Feb 16, 2010 12:04 PM (in response to karthianbu)Could also attached the Heap Dump. There are other Java memory areas that will cause a OutOfMemory.
Thanks,