Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    3,168

    Re: Java Heap Space

    I would provide my source, but its like 2,000 to 3,000 lines long and I believe I may be getting this because of a bug in the External Library I use to read .xlsx files. Emailed the makers, waiting...
  2. Replies
    4
    Views
    3,168

    Re: Java Heap Space

    Well, prior to reading in the document, I did a System.out.println(Runtime.getRuntime().freeMemory()); printout. The result was: 3655344.

    What does that tell me?


    EDIT: I typed: java -Xmx1g...
  3. Replies
    4
    Views
    3,168

    Java Heap Space

    I'm running into this exception when I'm really not expecting it. I'm trying to read in a 634kb Excel file and it throws that exception when I try it. The reason it doesnt make sense is because in...
Results 1 to 3 of 3