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 Diakovasilis wrote:
> 
> 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 for that matter) that will let me allocate more of the available memory
> to the app?

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to