Hi,
I m getting following error in my JAVA application
java.lang.OutOfMemoryError: GC overhead limit exceeded
Kindly anybody give me a solution
Thanks & Regards
muthumariappan
Printable View
Hi,
I m getting following error in my JAVA application
java.lang.OutOfMemoryError: GC overhead limit exceeded
Kindly anybody give me a solution
Thanks & Regards
muthumariappan
Give your application more memory using the Xmx flag?
Or, if you have already given it a load of memory, take a heap dump and analyse it using something like Eclipse MAT to see what's using all that memory.
Without knowing how you are running this app or what it does it will be hard to tell you what you should be looking to do.