Use 1G heap by default and UseDedicatedTaskRunner=false, more production ready
------------------------------------------------------------------------------
Key: AMQ-3667
URL: https://issues.apache.org/jira/browse/AMQ-3667
Project: ActiveMQ
Issue Type: Improvement
Components: Broker
Affects Versions: 5.5.1
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.6.0
-Xmx1G and -Xms1G is more production ready as folks tend to leave the defaults
in place.
-Dorg.apache.activemq.UseDedicatedTaskRunner=true made sense for small numbers
of connections and for earlier versions of the broker that used fewer thread
pools.
With the current impl, sharing threads makes more sense by default, so
-Dorg.apache.activemq.UseDedicatedTaskRunner=false (the default) is preferable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira