mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-02 04:04:32 -07:00
tune Xmx Xms jvm args
This commit is contained in:
parent
b569e4e713
commit
18de37706f
3 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
keycloak_quarkus_systemd_wait_for_log: true
|
||||
keycloak_quarkus_restart_health_check: false # would fail because of self-signed cert
|
||||
keycloak_quarkus_version: 26.2.4
|
||||
keycloak_quarkus_java_heap_opts: "-Xms1024m -Xmx1024m"
|
||||
keycloak_quarkus_additional_env_vars:
|
||||
- key: KC_FEATURES_DISABLED
|
||||
value: impersonation,kerberos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue