Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 46500 invoked from network); 12 Jul 2006 14:45:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 14:45:25 -0000 Received: (qmail 37382 invoked by uid 500); 12 Jul 2006 14:45:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 37356 invoked by uid 500); 12 Jul 2006 14:45:16 -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 37325 invoked by uid 99); 12 Jul 2006 14:45:16 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ebegoli@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 07:45:07 -0700 Received: by py-out-1112.google.com with SMTP id b36so231461pyb for ; Wed, 12 Jul 2006 07:43:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MQQ+P1U1BIbkIJE/4rCji9jjyY0Uib3KtDQrci7bs3oZchr0w4os4KuScXOnkDm7Iyv6J1ss2nG3bDvXaPC12DRK7HmCK3QiD3waQuQbvHUzJnGt8VLCwFFLMxUw80BiqYxkJqE7+JEgTmsbcrwMQTpe/ZDyoFxbPKshTnnuK/w= Received: by 10.35.99.14 with SMTP id b14mr940571pym; Wed, 12 Jul 2006 07:43:15 -0700 (PDT) Received: by 10.35.87.9 with HTTP; Wed, 12 Jul 2006 07:43:15 -0700 (PDT) Message-ID: Date: Wed, 12 Jul 2006 10:43:15 -0400 From: "Edmon Begoli" To: "Tomcat Users List" Subject: Re: PS Old Gen filling up... In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Darren, Old Gen filling up is usually an indicator of a memory leak. Other possibility is that object creation is very fast and that garbage collector can not keep up. Since you are using parallel collector it is also a possibility that it needs some tweaking. The Recalcitrant Engineer ( http://www.burnthacker.com ) blog has a good post somewhere on tweaking the parallel connector. Site seems to be too busy now so I can't find it. Regards, Edmon On 7/12/06, Darren Kukulka wrote: > Hi All, > > > > Got a situation here where PS Old Gen within the JVM heap is gradually > filling up and locking to a point where GC will not release any of it and > the application hangs. > > > > Running Tomcat 5.5.15 and SUN JDK 1.5_07. > > > > Machine is an 8GB dual Xeon processor Dell 2850. > > > > The JVM options are set as follows; > > > > -Dcatalina.home=F:\tomcat5 > > -Dcatalina.base=F:\tomcat5 > > -Djava.endorsed.dirs=F:\tomcat5\common\endorsed > > -Djava.io.tmpdir=F:\tomcat5\temp > > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager > > -Djava.util.logging.config.file=F:\tomcat5\conf\logging.properties > > -Duser.language=en > > -Duser.country=GB > > -Xms1330m > > -Xmx1330m > > -XX:+UseParallelGC > > -XX:ParallelGCThreads=2 > > -XX:+UseParallelOldGC > > -XX:+UseAdaptiveSizePolicy > > -XX:NewSize=400m > > -XX:MaxNewSize=400m > > -XX:PermSize=128m > > -XX:MaxPermSize=128m > > > > Has anyone had similar behaviour or can you point me in the right direction? > > > > Thanks in advance. > > > > Darren Kukulka > > > > > > > > Connaught honoured AIM 'Decade of Excellence' Award > > > > Connaught awarded Partnering Contractor of the Year 2005 > > > > Connaught wins AIM 'Company of the Year' award 2004 > > > > West of England Business of the Year Award Winner 2003 > > > > Why not visit our website http://www.connaught.plc.uk > > > > Disclaimer: > > The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete this message. > > > > Connaught plc, Head Office 01392 444546 > > -- Thank you, Edmon Begoli http://blogs.ittoolbox.com/eai/software --------------------------------------------------------------------- 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