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
---