On Wednesday 11 December 2002 23:38, Mohbe, Sameer wrote:
> Thanks to Ben and John on their inputs,But second instance of
> Tomcat(tomcat2) still errors out when it tries to create a report with
> Formula 1 software with Java.Lang.Out.Of.Memory error --though i increased
> the Heap size upto upper limit of 1 GB.The system has total 2GB of Memory

Tim Funk wrote on this list on dec 05 2002:
=======
OutOfMemoryError is a bad error description in java. It can mean any of 
the following:
- Actually ran out of memory
- Hit max # of threads allowed to run
- Ran out of file handles - File handles include open files AND sockets
- (?) Your JVM is bigger than the max process size allowed
- Other things I don;t know

There are tons of messages about dealing with all the above in the 
archives or google.
=======

Regards,
Cees.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to