Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 53131 invoked from network); 6 Sep 2007 15:59:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2007 15:59:40 -0000 Received: (qmail 19146 invoked by uid 500); 6 Sep 2007 15:59:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 19114 invoked by uid 500); 6 Sep 2007 15:59:22 -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 19102 invoked by uid 99); 6 Sep 2007 15:59:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 08:59:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tomcat.subscription@gmail.com designates 209.85.162.178 as permitted sender) Received: from [209.85.162.178] (HELO el-out-1112.google.com) (209.85.162.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 15:59:19 +0000 Received: by el-out-1112.google.com with SMTP id p32so34934elf for ; Thu, 06 Sep 2007 08:58:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3GDUgDj/Iu4jMXk5pSHM4NwIphMGs1Q5bfyjN1O7m3o=; b=tEUCMCr5x1mXBfdWp+4NttORdVwUvfyXz2ORfe5uHIg5mLNvSywJqx3SpefzpVjOeK26CuOwYr7dHQkctrdcf281BPcUkIg2nZPh+KvmxJbnsYZlfgj4feMEeuyUenr1uhE9D5SF6v4C53AO4ukrYYdkTmv7deDtOmX5/nP7t/U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XMXx4kMvmXRHkRjVtmvM3tCjmKzsYAVFKMNiOOkhpg/6o0AdEV4MlcsHvst3ViO2VJCoVfDYQZiDwv59STs4jXl4PpmN08YtjyAY/h0KmiJ178EJMBNntsS7zNU45/6SeOIIHzd46PF8BDHX6dFTbzRQ0HTv7IoJx2w3t5YU3gc= Received: by 10.142.179.12 with SMTP id b12mr37984wff.1189094338339; Thu, 06 Sep 2007 08:58:58 -0700 (PDT) Received: by 10.143.168.4 with HTTP; Thu, 6 Sep 2007 08:58:58 -0700 (PDT) Message-ID: <176a7eb80709060858q403b6fe0p993c48e2fcc5069c@mail.gmail.com> Date: Thu, 6 Sep 2007 08:58:58 -0700 From: "Peter Warren" To: "Tomcat Users List" Subject: Re: Tomcat memory issues In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Is it possible you're caching Request or Response objects somewhere and not releasing them? I just did a bunch of memory profiling and many of the classes you mention are the same classes I see when I open and don't close a bunch of connections to the server. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org