Search:

Type: Posts; User: Jack Hammered

Search: Search took 0.09 seconds.

  1. Re: Java program runs out of memory (-xms1024 -xmx1024)

    It does appear that all my while loops do finish when they are meant to on a short text file: Although the files it is trying to read in are 100mb+ lists from IMDB. When running through the IMDB...
  2. Java program runs out of memory (-xms1024 -xmx1024)

    I do not know why my java program runs out of memeory about half way through the list?


    public static void getMovieFile() {

    int myBuffer, counter = 0;
    String aFile =...
Results 1 to 2 of 2