Repository: activemq-artemis Updated Branches: refs/heads/master d81ba8f81 -> e35a01c27
artemis.profile: Remove dupe -Djava.util.logging.manager, set in bin/artemis Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a8c05597 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a8c05597 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a8c05597 Branch: refs/heads/master Commit: a8c0559719ec9eea4845676159c31a8fd1545bc3 Parents: d81ba8f Author: Ville Skyttä <[email protected]> Authored: Sat Jan 9 13:12:01 2016 +0200 Committer: Ville Skyttä <[email protected]> Committed: Sat Jan 9 13:12:01 2016 +0200 ---------------------------------------------------------------------- .../org/apache/activemq/artemis/cli/commands/etc/artemis.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a8c05597/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile index 76ca12f..c6ceeef 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile @@ -23,7 +23,7 @@ ARTEMIS_HOME='${artemis.home}' # Java Opts -JAVA_ARGS="-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Xbootclasspath/a:$ARTEMIS_HOME/lib/${logmanager} -Djava.util.logging.manager=org.jboss.logmanager.LogManager ${login-config} ${java-opts}" +JAVA_ARGS="-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -Xms512M -Xmx1024M -Xbootclasspath/a:$ARTEMIS_HOME/lib/${logmanager} ${login-config} ${java-opts}" # Debug args: Uncomment to enable debug
