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

feat: new bundle variable - KEYCLOAK_HEAP_OPTIONS #1314

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

slaskawi
Copy link
Contributor

Description

This Pull Request introduces KEYCLOAK_HEAP_OPTIONS to control the Java Heap
configuration passed into Keycloak deployments.

Related Issue

Relates to #1309

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Steps to Validate

Run the CI and check the Keyclaok Pod Spec

Checklist before merging

@slaskawi slaskawi marked this pull request as ready for review February 25, 2025 08:01
@slaskawi slaskawi requested a review from a team as a code owner February 25, 2025 08:01
@slaskawi
Copy link
Contributor Author

Checked the CI logs and the Keycloak Pod configuration seems to be correct:

        - name: JAVA_OPTS_KC_HEAP
          value: -XX:MaxRAMPercentage=70 -XX:MinRAMPercentage=70 -XX:InitialRAMPercentage=50
            -XX:MaxRAM=1G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant