Skip to content

Commit

Permalink
Add more memory to JVM
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
alexeykazakov authored Apr 22, 2017
1 parent 26a7fab commit 580c818
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openshift/keycloak.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ objects:
secretKeyRef:
name: keycloak-config
key: db.port
- name: JAVA_OPTS
value: >-
-server -Xms256m -Xmx2048m -XX:MetaspaceSize=96M
-XX:MaxMetaspaceSize=512m -Djava.net.preferIPv4Stack=true
-Djboss.modules.system.pkgs=org.jboss.byteman
-Djava.awt.headless=true
restartPolicy: Always
securityContext: {}
terminationGracePeriodSeconds: 30
Expand Down

0 comments on commit 580c818

Please sign in to comment.