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

keycloak_quarkus: Use keycloak_quarkus_java_opts #154

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

hwo-wd
Copy link
Collaborator

@hwo-wd hwo-wd commented Jan 10, 2024

Note: when multiple -X options of the same kind are provided, the last option seems to take precendence as per https://stackoverflow.com/a/26727332:

java -Xmx1G -XX:+PrintFlagsFinal -Xmx2G 2>/dev/null | grep MaxHeapSize

Fix #153

…ava_opts`

Note: when multiple -X options of the same kind are provided, the last option seems to take precendence as per <https://stackoverflow.com/a/26727332>:

> java -Xmx1G -XX:+PrintFlagsFinal -Xmx2G 2>/dev/null | grep MaxHeapSize
@guidograzioli guidograzioli added the bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements label Jan 15, 2024
@guidograzioli guidograzioli merged commit 313bd84 into ansible-middleware:main Jan 15, 2024
16 checks passed
@guidograzioli
Copy link
Member

Thanks for your contribution!

@guidograzioli guidograzioli changed the title fix/#153: keycloak_quarkus: Use keycloak_quarkus_java_opts keycloak_quarkus: Use keycloak_quarkus_java_opts Jan 15, 2024
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.

keycloak_quarkus: keycloak_quarkus_java_opts not referenced anywhere
2 participants