Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 39898 invoked from network); 11 May 2008 08:40:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2008 08:40:01 -0000 Received: (qmail 90168 invoked by uid 500); 11 May 2008 08:40:01 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 90140 invoked by uid 500); 11 May 2008 08:40:01 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 90127 invoked by uid 99); 11 May 2008 08:40:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 01:40:01 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [213.239.154.11] (HELO adonis.tweakers.net) (213.239.154.11) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 May 2008 08:39:12 +0000 Received: from localhost (localhost [127.0.0.1]) by adonis.tweakers.net (Postfix) with ESMTP id 4DDD05DC2EF for ; Sun, 11 May 2008 10:39:25 +0200 (CEST) Received: from adonis.tweakers.net ([127.0.0.1]) by localhost (adonis.tweakers.net [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 05783-07 for ; Sun, 11 May 2008 10:39:12 +0200 (CEST) Received: from [192.168.1.34] (82-169-23-111.ip.telfort.nl [82.169.23.111]) by adonis.tweakers.net (Postfix) with ESMTP id 47A105DC2EE for ; Sun, 11 May 2008 10:39:12 +0200 (CEST) Message-ID: <4826B0B3.6080107@tweakers.net> Date: Sun, 11 May 2008 10:39:15 +0200 From: Arjen van der Meijden User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: [ANNOUNCE] Apache ActiveMQ 5.1.0 References: <17116571.post@talk.nabble.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org Hi, We were seeing that same issue with 5.0 as well. But with 5.1 it seems to be gone. Here is a graph of the JVM's garbage collection with 5.0, the line represents the 'Used tenured + new' i.e. if the general trend is up, its the Old Gen that increases: http://achelois.tweakers.net/~acm/tnet/activemq-5.0-memory.png As you can see, the used memory continuously grows, forcing the garbage collector to increase the frequency of full collects (the drops happen more frequently). The 5.1-graph is much prettier: http://achelois.tweakers.net/~acm/tnet/activemq-5.1-memory.png There could probably be some more gc-tuning, given the behaviour early on (those huge peak were actually noticable in the producing entities), but in the long run, its memory consumption stays pretty stable. Afaik I didn't change too much to the activemq-configuration. Best regards, Arjen On 8-5-2008 9:36 James Strachan wrote: > Has anyone managed to reproduce AMQ-1662 on 5.1.0? > > 2008/5/8 realSri : >> Hi, >> >> Reg: AMQ 5.0 Stable release "PS Old Gen" Memory is growing continuously >> (http://issues.apache.org/activemq/browse/AMQ-1662) >> >> Thanks for the 5.1 release ! Could you please give an update on the status >> of the above issue ? Since there is no response, it is not clear if the >> issue is fixed in 5.1. >> >> Thanks >> - Sridhar >> >> >> >> >> >> Hiram Chirino wrote: >> > >> > The ActiveMQ team is pleased to announce the release of ActiveMQ 5.1.0. >> > This release fixes a large number of bugs that were in the 5.0.0 which >> > only expose themselves when the broker is used in anger. It is highly >> > recommended that all 5.0.0 users upgrade to 5.1.0 as soon a possible. >> > >> > You can download the release from: >> > http://activemq.apache.org/activemq-510-release.html >> > >> > -- >> > Regards, >> > Hiram >> > >> > Blog: http://hiramchirino.com >> > >> > Open Source SOA >> > http://open.iona.com >> > >> > >> >> -- >> View this message in context: http://www.nabble.com/-ANNOUNCE--Apache-ActiveMQ-5.1.0-tp17109488s2354p17116571.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> >> > > >