-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


On Mon, 13 Sep 1999, mskang wrote:
> it doesn't work. !!

   I had the problem with OutOfMemoryError and the cause was not the lack
of heapsize. I ran out of file descriptors and the JVM (Solaris VM (build
Solaris_JDK_1.2.1_03)) crashed with java.lang.OutOfMemoryError. So, one
thing is to check that all FileReaders etc. are properly closed.

   While trying to find the cause of that error, I tried what happens if
there isn't enough heapsize... JVM doesn't crash, it just throws the error
and is stuck doing nothing. You can use -verbosegc to see how much you
have memory left in your JVM. 

   Hope this helps,

        Tommi



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to