Exception in thread "AWT-Event Queue 0" Mem Out of Bounds. Java Heap Space
Hello,
I'm not sure how to resolve this Java Heap Space Memory Out of Bounds error. Could someone please assist me with this error?
A SCENARIO:
I am reading in tons of data from 5 separate text files. The files have tons of rows (up to 64,220 in one). The data must be read into the program and assembled. When I have all of the files populated, I receive the OOM Error. If I remove the data from one of the 5 files the program runs successfully. If I add the data back into the file and then remove the data from some other file, the program runs successfully.
Thanks
RodneyM