> -----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) 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?
>
try the virtual machine options...
find the key Apache Tomcat\Parameters in the regisrty of your system.
There's one or more JVM Option Number xx there, I think you can add another
specifying stack/heap memory for java (the -X options-see "java -help" and
"java -X")
mark
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>