In my experience this is not a good recommendation: - -server is less stable than -client in all JDK's that I tried, and this has been confirmed by several list members.
- -server won't help much on out of memory errors. The gc is behaving differently, but it can't free more objects, they are just freed at different times. If you get a out of memory error, there rn't any object that can be freed. > -----Original Message----- > From: Richard Hill [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 7:40 PM > To: 'Tomcat Users List' > Subject: RE: Memory leaks? > > > Try passing the jvm the -server option > > -----Original Message----- > From: Jim Lynch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 9:57 AM > To: tomcat > Subject: Memory leaks? > > I seemed to have read that java/tomcat isn't supposed to have memory > leaks, but something seems to be running me out of memory and I don't > know what. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]