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 75E7A7022 for ; Wed, 12 Oct 2011 08:34:43 +0000 (UTC) Received: (qmail 86919 invoked by uid 500); 12 Oct 2011 08:34:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 86692 invoked by uid 500); 12 Oct 2011 08:34:42 -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 86684 invoked by uid 99); 12 Oct 2011 08:34:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 08:34:42 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of torsten@fusesource.com designates 74.125.245.84 as permitted sender) Received: from [74.125.245.84] (HELO na3sys010aog108.obsmtp.com) (74.125.245.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 08:34:33 +0000 Received: from mail-ey0-f177.google.com ([209.85.215.177]) (using TLSv1) by na3sys010aob108.postini.com ([74.125.244.12]) with SMTP; Wed, 12 Oct 2011 01:34:13 PDT Received: by mail-ey0-f177.google.com with SMTP id 3so697087eye.22 for ; Wed, 12 Oct 2011 01:34:12 -0700 (PDT) Received: by 10.223.81.205 with SMTP id y13mr4668858fak.34.1318408452036; Wed, 12 Oct 2011 01:34:12 -0700 (PDT) Received: from [192.168.178.31] (p57BD6988.dip0.t-ipconnect.de. [87.189.105.136]) by mx.google.com with ESMTPS id k26sm2518561fab.12.2011.10.12.01.34.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 12 Oct 2011 01:34:10 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: Don't understand this memory error From: Torsten Mielke In-Reply-To: <1318405271394-3897082.post@n4.nabble.com> Date: Wed, 12 Oct 2011 10:34:08 +0200 Content-Transfer-Encoding: 7bit Message-Id: <2C64EA9B-1231-41BC-B7BA-8886C8CC81E0@fusesource.com> References: <1318405271394-3897082.post@n4.nabble.com> To: users@activemq.apache.org X-Mailer: Apple Mail (2.1084) Could you attach your broker configuration? On Oct 12, 2011, at 9:41 AM, Laures wrote: > Hi, > > 2011-10-12 09:29:35,502 | INFO | TopicSubscription: > consumer=ID:myconsumer-54613-1318337363878-0:9:-1:2, destinations=2, > dispatched=100, delivered=795093, matched=2, discarded=0: Pending message > cursor > [org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@52d5d9c5] > is full, temp usage (0%) or memory usage (100%) limit reached, blocking > message add() pending the release of resources. | > org.apache.activemq.broker.region.TopicSubscription | ActiveMQ NIO Worker > > i have no memory limits configured. can anybody help me understand what > exactly happens here and what i can do to fix it? > > Greetings, > Alexander