java.lang.OutOfMemoryError

Status
Not open for further replies.

tavilach

In Runtime
Messages
134
I am running this program called Treemap (a Java program) available at http://www.cs.umd.edu/hcil/treemap/ to map out my entire hard drive into an image of various boxes representing different sections.

When I just map out a folder like My Documents, it works fine. But when I try doing the entire C drive, I get this in the log file:

java.lang.OutOfMemoryError
Last Directory Read: C:\j2sdk1.4.2_01\docs\api\java\math\package-frame.html
Approximately 118825 Out of 182605 Files Read.

Any suggestions? The program, by the way, gave me the following message:

Observe: java.lang.OutOfMemoryError ...
1. Consider using "-Xmx<size>m" option to adjust memory settings for Java heap size.
2. Please review LOGFILE.TXT for additional information.

...but I don't know what that is, and I don't want to start messing with things...

Help!
 
try cleaning out not needed files
Windows' temporary directories are C:\Windows\Temp\ and C:\Windows\Temoprary Internet Files\
don't delete the folders but delete whats inside them
 
Status
Not open for further replies.
Back
Top Bottom