Re: broken pipe and outof memory error

2002-09-12 Thread craig franke
I've had a similar problem with Novell Portal Services on a Win2k/Apache 2.0.40/Tomcat 4.1.10/JDK 1.4 box... memory usage kept climbing and eventually had to reboot system twice after memory usage got to 181M and tomcat spit back a outofmemory error. Tried adding -Xms64m to catalina.bat to

Re: broken pipe and outof memory error

2002-09-12 Thread Raj Mettai
Hi, If your servlets or JSP pages have any problems and you see java.lang.OutOfMemoryError in your log files or in a stack trace generated by the Java Virtual Machine (JVM), then you probably need to increase the JVM's maximum heap size. Solaris 1.2 and 1.3 JVMs have a default maximum heap size

Re: broken pipe and outof memory error

2002-09-12 Thread craig franke
On a windows machine where apache is starting tomcat, where would I place the switch? I placed it as part of CATALINA_OPS by entering set CATALINA_OPTS=-Xms256m -Xmx512m near the beginning of the catalina.bat startup file. Not sure if this was where to place it or not though. [EMAIL

broken pipe and outof memory error

2002-09-11 Thread Geeta Singh
Hello, Following error occurs when a JSP program accesed by number users, this program access information from database though JDBC. Sometime it works fine but when the no. of users accessing it increases , the tomcat server crash with broken pipe or outofmemory error. We had increased the