Exception in thread "main" java.lang.OutOfMemoryError, How to find and fix??

Posted by or.nomore on Stack Overflow See other posts from Stack Overflow or by or.nomore
Published on 2010-06-06T17:40:23Z Indexed on 2010/06/06 17:42 UTC
Read the original article Hit count: 259

Filed under:

hey, I'm trying to programming a crossword creator. using a given dictionary txt file and a given pattern txt file. The basic idea is using DFS algorithm. the problem begin when the dictionary file is v-e-r-y big (about 50000 words). then i recive the :

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

i know that there is a part in my program that waists memory, but i don't know where it is, how to find it and how to fix it

© Stack Overflow or respective owner

Related posts about outofmemoryerror