Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 87984 invoked from network); 21 Feb 2000 14:30:19 -0000 Received: from bic.invengen.com (209.48.16.9) by locus.apache.org with SMTP; 21 Feb 2000 14:30:19 -0000 Message-ID: <38B14DB5.733AACAF@usinteractive.com> Date: Mon, 21 Feb 2000 09:37:41 -0500 From: lishin lin X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: out of memory Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I'm experiment with Tomcat with simple "Hello World" servlet. When I send 50 concurrent requests, I got java.lang.outOfMemory error. Tomcat works fine upto 40 concurrent requests for the same servlet. I'm using Tomcat 3.1M1 with Java 1.2 on Solaris 2.7. We try to add -mx swith to the Java invocation in tomcat.sh (line 102) $JAVACMD -mx96m org.apache.tomcat.shell.Startup "$@" & And it still out of memory. Any suggestion? Lishin