RE: outof memory error

2003-07-09 Thread Bodycombe, Andrew
Hi Shanta You get an OutOfMemoryError when the stack or heap space is exhausted. You can increase the heap size by setting the -Xmx option in the startserver script, but I think it already allocates 300Mb at startup. 300Mb should be plenty of memory for these applications, so I suspect there is a

RE: outof memory error

2003-07-09 Thread Shanta B
... still its better to set reloadable=false in server.xml under Context Tag ... how ur judging that we are allocating 300Mb at startup?. -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 5:50 PM To: 'Tomcat Users List' Subject: RE: outof memory