Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 95173 invoked from network); 16 Jan 2006 02:12:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jan 2006 02:12:59 -0000 Received: (qmail 48640 invoked by uid 500); 16 Jan 2006 02:12:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48606 invoked by uid 500); 16 Jan 2006 02:12:44 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 48595 invoked by uid 99); 16 Jan 2006 02:12:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2006 18:12:44 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.63.108.53] (HELO usbb-lacimss3.unisys.com) (192.63.108.53) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2006 18:12:43 -0800 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.43]) by usbb-lacimss3 with InterScan Messaging Security Suite; Sun, 15 Jan 2006 21:30:00 -0500 Received: from USBB-LACGW3.na.uis.unisys.com ([129.224.98.44]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jan 2006 21:12:21 -0500 Received: from USRV-EXCH1.na.uis.unisys.com ([129.225.81.6]) by USBB-LACGW3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jan 2006 21:12:21 -0500 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.232]) by USRV-EXCH1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 15 Jan 2006 20:12:20 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Jsvc memory management experiences Date: Sun, 15 Jan 2006 20:12:19 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Jsvc memory management experiences Thread-Index: AcYaO5vLhpBZgNGvTwW4rc2r1Y2+SQABO2bQ From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 16 Jan 2006 02:12:20.0573 (UTC) FILETIME=[480EC8D0:01C61A42] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > From: Marco Rossi [mailto:swmrrossi@yahoo.com]=20 > Subject: Jsvc memory management experiences >=20 > I noticed that memory used is never released back to=20 > the system after the requests have been satisfied. This is standard JVM behavior. The JVM rarely shrinks the heap, and if and when it does, shrinkage is only possible as part of a full garbage collection. > Is there anyoune who can point out some reccomdantions or=20 > hints about tomcat memory management ? Sounds like you actually need to read up on JVM heap usage; Tomcat doesn't do its own management. This is a reasonable introduction: http://java.sun.com/products/hotspot/docs/whitepaper/Java_HotSpot_WP_Fin al_4_30_01.html Look at the section on Garbage Collection under HotSpot VM Architecture. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org