views:

11

answers:

0

Hi,

I am write a Java Application which will monitor Network devices. It throws OutOfMemory Error, so inorder to find out the root cause I have enabled the -XX:HeapDumpOnOutOfMemoryError flag in the java process. After adding the flag, hprof file is generated peoperly with size as around 500 MB. While try to load / parse the file in Eclipse MemoryAnalyzer tool, it will try to parse the file. It will genarate the inbound and outbound files but while generating TopConsumer Component, it throws StackOverFlow error.

Please help to overcome this problem. How to avoid the StackOverFlow error.

Thanks R.Ravikumar