Re: Out of Memory Error - plz help

2002-06-04 Thread oz
I'm not sure this answers your question, but hopefully: 1. I can't say what the cause for the out of memory error is, but if you are writing in Java (JSP or servlet), you can try and check the memory status on your computer. This is done by: Runtime rt = Runtime.getRuntime(); long mem =

Re: Out of Memory Error - plz help

2002-06-04 Thread oz
Subject: Re: Out of Memory Error - plz help Please respond to Tomcat

RE: Out of Memory Error - plz help

2002-06-04 Thread Jack Li
in setclasspath.bat file set JAVA_OPTS=-ms10M -mx512M Jack Li -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 4:34 AM To: Tomcat Users List Subject: Re: Out of Memory Error - plz help I'm not sure this answers your question