Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B334D346 for ; Wed, 12 Sep 2012 13:28:08 +0000 (UTC) Received: (qmail 80166 invoked by uid 500); 12 Sep 2012 13:28:08 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 80074 invoked by uid 500); 12 Sep 2012 13:28:07 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 79922 invoked by uid 99); 12 Sep 2012 13:28:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 13:28:07 +0000 Date: Thu, 13 Sep 2012 00:28:07 +1100 (NCT) From: "Christian Posta (JIRA)" To: commits@activemq.apache.org Message-ID: <804694943.69251.1347456487703.JavaMail.jiratomcat@arcas> In-Reply-To: <2076889276.31615.1346739307605.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (APLO-257) Better memory usage (avoid Java OOM exceptions) 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/APLO-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453982#comment-13453982 ] Christian Posta commented on APLO-257: -------------------------------------- Lionel, Is this something that happens regularly? Any other hints (machine specs, etc) for how to create this? I've been trying and cannot recreate it yet (using the stomp benchmark from APLO-176) > Better memory usage (avoid Java OOM exceptions) > ----------------------------------------------- > > Key: APLO-257 > URL: https://issues.apache.org/jira/browse/APLO-257 > Project: ActiveMQ Apollo > Issue Type: Improvement > Environment: apollo-99-trunk-20120902.143447-110 > Reporter: Lionel Cons > > When running a stomp-benchmark based stress test against Apollo, it generated several OOM exceptions like: > 2012-09-03 23:51:45,275 | WARN | handle failed | > java.lang.OutOfMemoryError: Java heap space > 2012-09-03 23:52:02,428 | WARN | | > java.lang.OutOfMemoryError: Java heap space > 2012-09-03 23:52:01,372 | WARN | Error for /broker | > java.lang.OutOfMemoryError: Java heap space > 2012-09-03 23:51:55,554 | WARN | Problem scavenging sessions | > java.lang.OutOfMemoryError: Java heap space > The JVM already had 8GB of heap. FWIW, here are the options used: "-server -Xmx8192m -Xms4096m -XX:-UseBiasedLocking". > Would it be possible for Apollo to detect when its getting close to the JVM limits and adjust its memory usage accordingly (reducing buffers, swapping messages to disk...)? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira