ansible-middleware / amq

A collection to manage AMQ brokers
Apache License 2.0
16 stars 12 forks source link

We would like to be able to configure the JVM arguments -Xms and -Xmx #89

Closed RobertFloor closed 1 year ago

RobertFloor commented 1 year ago
SUMMARY

We want to be able to configure the JVM arguments -Xms and -Xmx to set server available RAM. For a high load, our servers production need more heap memory. This is also recommended here https://activemq.apache.org/components/artemis/documentation/2.1.0/perf-tuning.html. Therefore we would like to configure these settings.

ISSUE TYPE
guidograzioli commented 1 year ago

Hi Robert, have you tried overriding the following default? (you'll need to override the whole list though): https://github.com/ansible-middleware/amq/blob/main/roles/activemq/defaults/main.yml#L33

RobertFloor commented 1 year ago

Hi thanks this works for use