diff --git a/charts/activemq-artemis/Chart.yaml b/charts/activemq-artemis/Chart.yaml index f9a6882..d98ce2c 100644 --- a/charts/activemq-artemis/Chart.yaml +++ b/charts/activemq-artemis/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: activemq-artemis -version: 0.0.28 +version: 0.0.29 description: a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system. keywords: - activemq diff --git a/charts/activemq-artemis/templates/statefulsets.yaml b/charts/activemq-artemis/templates/statefulsets.yaml index dbeb258..b23c98c 100644 --- a/charts/activemq-artemis/templates/statefulsets.yaml +++ b/charts/activemq-artemis/templates/statefulsets.yaml @@ -44,7 +44,8 @@ spec: env: - name: JAVA_ARGS value: >- - -Dhawtio.realm=activemq -Dhawtio.offline=true + -XX:InitialRAMPercentage=80.0 -XX:MaxRAMPercentage=80.0 + -Dhawtio.realm=activemq -Dhawtio.offline=true -Dhawtio.rolePrincipalClasses=org.apache.activemq.artemis.spi.core.security.jaas.RolePrincipal - name: ARTEMIS_PASSWORD valueFrom: