RE: java.lang.outofmemory exception

2002-01-03 Thread Mark C. Prins
> -Original Message- > From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 5:02 PM > To: 'Tomcat Users List' > Subject: java.lang.outofmemory exception > > > I wrote an application that, run within Tomcat(4.0)

Re: java.lang.outofmemory exception

2002-01-03 Thread Yoav Shapira
Hi, Default JVM allows for 64MB max to the heap. You may want to increase that by using CATALINA_OPTS, e.g.: CATALINA_OPTS='-Xmx128m' would allow the JVM to use up to 128MB of memory. There are many other settings available, see the Java runtime options on java.sun.com. Yoav Frank Diakovasili

java.lang.outofmemory exception

2002-01-03 Thread Frank Diakovasilis
I wrote an application that, run within Tomcat(4.0) and really beaten on, throws an outofmemory exception. The thing is, I don't think It is my app, and when viewing task manager, I see that there is plenty of memory available. Has anybody come across this, is there a setting in Tomcat (or jvm f