Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D780A867D for ; Wed, 10 Aug 2011 17:39:33 +0000 (UTC) Received: (qmail 64605 invoked by uid 500); 10 Aug 2011 17:39:33 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 64550 invoked by uid 500); 10 Aug 2011 17:39:32 -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 64542 invoked by uid 99); 10 Aug 2011 17:39:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 17:39:32 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of kjagadeeshkumar@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 17:39:27 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QrCkF-0003ak-0l for users@activemq.apache.org; Wed, 10 Aug 2011 10:39:07 -0700 Date: Wed, 10 Aug 2011 10:39:07 -0700 (PDT) From: kjagadeeshkumar To: users@activemq.apache.org Message-ID: <1312997947013-3733697.post@n4.nabble.com> In-Reply-To: <1312922478011-3731194.post@n4.nabble.com> References: <1312922478011-3731194.post@n4.nabble.com> Subject: Re: 5.4.2 : [Lorg.apache.activemq.command.DataStructure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok, I see the below change here in 5.4.2. FilePendingMessageCursor is now creating the instances of OpenWireFormat and the MARSHAL_CACHE_SIZE is 16383. As the renegotiate doesnt get invoked for these file based ones, the DataStructure[] arrays are still huge. So i turned off the persistence and now the memory foot print of the broker is back to normal. -jagadeesh- -- View this message in context: http://activemq.2283324.n4.nabble.com/5-4-2-Lorg-apache-activemq-command-DataStructure-tp3731194p3733697.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.