Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 54281 invoked from network); 12 Nov 2010 19:04:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Nov 2010 19:04:21 -0000 Received: (qmail 92675 invoked by uid 500); 12 Nov 2010 19:04:45 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 92592 invoked by uid 500); 12 Nov 2010 19:04:45 -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 92583 invoked by uid 99); 12 Nov 2010 19:04:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Nov 2010 19:04:45 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 12 Nov 2010 19:04:44 +0000 Received: (qmail 54242 invoked by uid 99); 12 Nov 2010 19:03:52 -0000 Received: from localhost.apache.org (HELO [192.168.23.9]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Nov 2010 19:03:52 +0000 Message-ID: <4CDD8FB2.6000802@apache.org> Date: Fri, 12 Nov 2010 19:04:18 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 6.0.29 using more and more RAM until it collapses? References: <014f01cb81d1$d3460340$79d209c0$@yahoo.com> <99C8B2929B39C24493377AC7A121E21F99F8B4E205@USEA-EXCH8.na.uis.unisys.com> <020f01cb8295$596acaa0$0c405fe0$@yahoo.com> <4CDD84F7.9010908@apache.org> <021001cb8297$c13af450$43b0dcf0$@yahoo.com> <4CDD89A1.7070505@apache.org> <021101cb829b$c07bed40$4173c7c0$@yahoo.com> In-Reply-To: <021101cb829b$c07bed40$4173c7c0$@yahoo.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 12/11/2010 18:59, Brian wrote: > Well, maybe you can help me to make an interpretation. > > I'm using Yourkit, and this this what I see. The most RAM is used by byte > arrays. If I choose this entry in the list of classes, below you will see a > list of objects. If you choose the first one and check the content (400kb), > it is the image of a static HTML page. > > I really don't know how to find out to which classes do these bytes belong > to, or their relationship with the garbage collector, but I can see that > they use a lot of RAM. Look in the YourKit docs for how to trace the GC roots. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org