Home
>
IT Support and Tech Corner
Help in Java programming.
SilverPal
22 Feb 06, 17:32
Hi, I need help in java programming.
When I run my java program, I get this error:
Exception in "main" java.lang.OutOfMemoryError: Java heap space
My input files are more than 70M text files. It works fine on small text files but my project neccessitates the large files.
Any idea how I can expand the stack size in java?
Thanks.
InnoHippo
22 Feb 06, 18:13
dont read everything at one go