Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 26360 invoked from network); 3 Apr 2004 18:38:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Apr 2004 18:38:12 -0000 Received: (qmail 83723 invoked by uid 500); 3 Apr 2004 18:37:43 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 83702 invoked by uid 500); 3 Apr 2004 18:37:42 -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 83687 invoked from network); 3 Apr 2004 18:37:42 -0000 Received: from unknown (HELO mail15.atl.registeredsite.com) (64.224.219.99) by daedalus.apache.org with SMTP; 3 Apr 2004 18:37:42 -0000 Received: from imta06a2.registeredsite.com (imta06a2.registeredsite.com [64.225.255.15]) by mail15.atl.registeredsite.com (8.12.8/8.12.8) with ESMTP id i33IbkAu023549 for ; Sat, 3 Apr 2004 18:37:46 GMT Received: from reddys ([10.0.58.30]) by imta06a2.registeredsite.com with ESMTP id <20040403183746.LEDL544.imta06a2.registeredsite.com@reddys> for ; Sat, 3 Apr 2004 13:37:46 -0500 From: "shyam" To: "'Tomcat Users List'" Subject: Memory Issues Date: Sat, 3 Apr 2004 13:37:22 -0500 Message-ID: <000001c419aa$b425fe20$c901a8c0@headquarters.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <200404031757.i33HvZLa014477@inbound-mx3.atl.registeredsite.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, I have an application running on tomcat4.1.24. I have allocated 1500 mb to the java vm. What happens is in 3-4 days my total memory reaches the 1500mb. The free memory is low. I force the GC to run so that the memory is freed. What I don't understand why is the total memory maximum. I want tomcat to deallocate and resize the heap so that the total memory doesn't max out. And also I need the GC to run more aggressively . My JAVA_OPTS are java -noclassgc -jmx1500 -jms1500. Any help in this issue will be grateful. Thanks shyam --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org