RE: java.lang.OutOfMemoryError after server app start/stop cycling

2004-05-13 Thread Joe Germuska
At 6:07 PM +0100 5/13/04, Daniel Perry wrote: Putting up the maximum memory Xmx does help as it gives it more memory to use up, but only delays the inevitable :) Is this a struts issue? or does it happen with all tomcat apps? It happens with every servlet container I've used. My understanding is

RE: java.lang.OutOfMemoryError after server app start/stop cycling

2004-05-13 Thread Daniel Perry
Message- From: Daniel Perry [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 18:08 To: Struts Users Mailing List Subject: RE: java.lang.OutOfMemoryError after server app start/stop cycling Putting up the maximum memory Xmx does help as it gives it more memory to use up, but only delays the inevitable