Results 1 to 2 of 2
- 05-30-2012, 11:41 AM #1
Member
- Join Date
- May 2012
- Posts
- 1
- Rep Power
- 0
- 05-30-2012, 12:17 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Re: java.lang.OutOfMemoryError: GC overhead limit exceeded
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.Please do not ask for code as refusal often offends.
Similar Threads
-
java.lang.OutOfMemoryError..Help me
By kathir0301 in forum Advanced JavaReplies: 1Last Post: 11-22-2010, 08:44 AM -
GC Overhead limit exceeded error when reading a text file
By collegian in forum New To JavaReplies: 0Last Post: 10-20-2010, 03:47 PM -
Ant fileset java.lang.OutOfMemoryError
By 1inmillion in forum Advanced JavaReplies: 0Last Post: 12-23-2008, 04:27 PM -
java.lang.OutOfMemoryError
By new_2_java in forum New To JavaReplies: 2Last Post: 11-01-2008, 05:12 AM -
java.lang.OutOfMemoryError
By vidhya.sk in forum New To JavaReplies: 2Last Post: 09-18-2008, 12:21 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks