Actions
Task #488
closed
Increment the message broker heap space
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Target version:
Start date:
Aug 23, 2015
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
activemq expects 2.3 GB of usable memory but the reserved java heap space is set as the 2G default.
To effectively increment the default heap space, the variable ACTIVEMQ_OPTS_MEMORY must be set inside the /etc/default/activemq file.
Example:
ACTIVEMQ_OPTS_MEMORY=“-Xms2.5G -Xmx2.5G”
A restart of the activemq service is needed.
Actions