Originally Posted by ViruZ3 hmm. would an array do this? this is the array i have: Code: public int[][][] array = new int[9000][9000][14]; 9000*9000*14*4 bytes = 4.2244792 gigabytes
public int[][][] array = new int[9000][9000][14];
Originally Posted by Graham 9000*9000*14*4 bytes = 4.2244792 gigabytes agreed, it's not because there are 9000 items in the game that you need to have an array to hold them all... lower it to 100 or something and if you need more space then just raise the 100 to something more
wow thats a LOT of gigabytes.
Its easy, I had the same error and it maybe sounds weird but i deleted my setted Environment Tables Like CLASS and CLASSPATH and everything worked fine for me.
Originally Posted by Graham 9000*9000*14*4 bytes = 4.2244792 gigabytes HOLY SHIT. Didnt realize thats what did it lol.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Forum Rules