Right, this is pissing me off now.
I am running a large program which stores a lot of data into memory but I am getting Exception in thread "main" java.lang.OutOfMemoryError at 64Mb. This is even when I extend the intial and heap size using -Xmx190m -Xms190m. I am using win2000 and java 1.4.2_03.
Anyone have a clue what the problem is?
I am running a large program which stores a lot of data into memory but I am getting Exception in thread "main" java.lang.OutOfMemoryError at 64Mb. This is even when I extend the intial and heap size using -Xmx190m -Xms190m. I am using win2000 and java 1.4.2_03.
Anyone have a clue what the problem is?
Comment