Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 635E3200D02 for ; Sat, 9 Sep 2017 01:50:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61F911609E0; Fri, 8 Sep 2017 23:50:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9DF941609C1 for ; Sat, 9 Sep 2017 01:50:12 +0200 (CEST) Received: (qmail 90222 invoked by uid 500); 8 Sep 2017 23:50:10 -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 90211 invoked by uid 99); 8 Sep 2017 23:50:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2017 23:50:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 20ADAF3280; Fri, 8 Sep 2017 23:50:10 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis pull request #1523: ARTEMIS-1390 Start HawtIO in offline mo... Content-Type: text/plain Message-Id: <20170908235010.20ADAF3280@git1-us-west.apache.org> Date: Fri, 8 Sep 2017 23:50:10 +0000 (UTC) archived-at: Fri, 08 Sep 2017 23:50:13 -0000 Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1523#discussion_r137910486 --- Diff: artemis-distribution/src/main/resources/bin/artemis.cmd --- @@ -48,7 +48,7 @@ echo. :RUN_JAVA rem "Set Defaults." -set JAVA_ARGS=-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M +set JAVA_ARGS=-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Dhawtio.offline="true" --- End diff -- Is this needed as it's set in jvm args in profile ---