Skip to content

Commit

Permalink
Set Artemis RAM percentage (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Jansen authored Nov 13, 2023
1 parent d02ed20 commit f8f0caa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/activemq-artemis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion charts/activemq-artemis/templates/statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8f0caa

Please sign in to comment.