Java only uses 32MB of RAM, if you need more you can specify it on the command line.
java -Xmx512m myClass
The above command will increase the memory available to your program to 512MB.
The forum thread where I found this information out can be found here.
No comments:
Post a Comment