Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 52693 invoked from network); 3 Jun 2003 04:30:28 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Jun 2003 04:30:28 -0000 Received: (qmail 13326 invoked by uid 97); 3 Jun 2003 04:32:50 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 13319 invoked from network); 3 Jun 2003 04:32:49 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 Jun 2003 04:32:49 -0000 Received: (qmail 51310 invoked by uid 500); 3 Jun 2003 04:30:11 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 51296 invoked from network); 3 Jun 2003 04:30:10 -0000 Received: from unknown (HELO earplugs.e-plus.com.au) (210.23.147.17) by daedalus.apache.org with SMTP; 3 Jun 2003 04:30:10 -0000 Received: from grumpy (grumpy.corp.e-plus.com.au [10.0.1.100]) by earplugs.e-plus.com.au (8.12.4/8.12.4) with SMTP id h534RKC9005415 for ; Tue, 3 Jun 2003 14:27:21 +1000 (EST) From: "Alex Burton" To: "Tomcat Users List" Subject: RE: Tomcat Memory leaks! Date: Tue, 3 Jun 2003 14:30:11 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Have a look here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html In your /conf/web.xml you can modify the following like this (assuming you have Jikes installed): jsp org.apache.jasper.servlet.JspServlet logVerbosityLevel WARNING fork true compiler jikes 3 -----Original Message----- From: Robert Abbate [mailto:cogea@ectisp.net] Sent: Tuesday, 3 June 2003 2:18 PM To: Tomcat Users List Subject: RE: Tomcat Memory leaks! Hi. I honestly have no idea what you are talking about. Can you explain what needs to be done for this? You talking about changing `javac`? Thanks -----Original Message----- From: Alex Burton [mailto:alex@e-plus.com.au] Sent: Monday, June 02, 2003 11:12 PM To: Tomcat Users List Subject: RE: Tomcat Memory leaks! Try the option to fork off the JSP compiles (or even use Jikes to compile). There seems to be a problem with compiling of JSPs that does not use the usual memory you can allocate with the -Xmx type flag... maybe one of the guru's can explain this.. but we had similar problem that whe nwe moved to jikes forked compiles went away... Hope that helps. Cheers, Alex. -----Original Message----- From: Robert Abbate [mailto:cogea@ectisp.net] Sent: Tuesday, 3 June 2003 2:06 PM To: tomcat-user@jakarta.apache.org Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has a major memory leak, and I wanted to bring it to the developers attention so they can check it out. I run a shared hosting server (Mandrake 8.2, Apache 1.3) with virtual hosts. I have 1 Gig of RAM and about 50 virtual hosts and yet I keep getting Out of Memory errors! I have made numerous adjustments to memory allocations, yet nothing helps. Here's an example of what I've done: CATALINA_OPTS="-Xmx64mb" and CATALINA_OPTS="-Xmx1028mb" I can furnish my server.xml file upon request or anything else you may need to fix the problem. Thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org