Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update activemq_java_opts to be same as activemq defaults #20

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Aug 30, 2022

activemq_java_opts: "{{ [
   '-Xms512M -Xmx2G',
   '-XX:+PrintClassHistogram -XX:+UseG1GC -XX:+UseStringDeduplication',
   '-Dhawtio.disableProxy=true -Dhawtio.realm=activemq -Dhawtio.offline=true`,
   '-Dhawtio.rolePrincipalClasses=org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal',
   '-Djolokia.policyLocation=file:' + activemq_dest + '/' + activemq_instance_name + '/etc/jolokia-access.xml'
 ] | join(' ') }}"

@guidograzioli guidograzioli added the bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements label Aug 30, 2022
@guidograzioli guidograzioli merged commit 09b10c9 into ansible-middleware:main Aug 30, 2022
@guidograzioli guidograzioli changed the title Update java_args to be same as activemq defaults Update java_args to be same as activemq defaults Sep 8, 2022
@guidograzioli guidograzioli changed the title Update java_args to be same as activemq defaults Update activemq_java_opts to be same as activemq defaults Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant