Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58339DF1F for ; Mon, 16 Jul 2012 21:24:37 +0000 (UTC) Received: (qmail 7847 invoked by uid 500); 16 Jul 2012 21:24:37 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 7686 invoked by uid 500); 16 Jul 2012 21:24:36 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 7611 invoked by uid 99); 16 Jul 2012 21:24:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2012 21:24:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 07D301427F2 for ; Mon, 16 Jul 2012 21:24:35 +0000 (UTC) Date: Mon, 16 Jul 2012 21:24:35 +0000 (UTC) From: "Fengming Lou (JIRA)" To: dev@activemq.apache.org Message-ID: <58957287.60540.1342473875034.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1725451295.59151.1342461395555.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (AMQ-3931) Memory problems with large transactions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415654#comment-13415654 ] Fengming Lou commented on AMQ-3931: ----------------------------------- Following links should give shine some light on your issue. I see a lot of queues in your configurations, but not memoryLimit imposed on any queues. http://activemq.apache.org/javalangoutofmemory.html http://activemq.apache.org/per-destination-policies.html http://activemq.apache.org/message-cursors.html > Memory problems with large transactions > --------------------------------------- > > Key: AMQ-3931 > URL: https://issues.apache.org/jira/browse/AMQ-3931 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.6.0 > Environment: OS: RHEL 5.5 > Startup options: -Xmx2G -Xms2G -XX:MaxPermSize=512M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote -Dactivemq.classpath=/opt/activemq/conf; -Dactivemq.home=/opt/activemq -Dactivemq.base=/opt/activemq -Dactivemq.conf=/opt/activemq/conf -Dactivemq.data=/opt/activemq/data -Djava.io.tmpdir=/opt/activemq/tmp > Config file: activemq.xml attached > Reporter: Robert Voliva > Attachments: activemq_log_output.txt, gbsmq.xml > > > When running a single transaction that produces 300,000 text messages, ActiveMQ runs into all sorts of memory problems. The log output is attached. We were using a simple Java JMS client class to produce the 300,000 messages in a single transaction. Each message's text payload was a random string of 10,000 bytes. > This is a production scenario that we have that's killing our broker. We isolated it down to its most basic pieces to try to test where the breakdown was occuring, which led us to this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira