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

Remove UseContainerSupport from JAVA_OPS #260

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

megian
Copy link
Contributor

@megian megian commented Jan 16, 2024

As it is default in OpenJDK17 since Keycloak v21.

Ref: https://github.com/keycloak/keycloak/blob/release/21.0/quarkus/container/Dockerfile#L20

Checklist

  • The PR has a meaningful title. It will be used to auto-generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

@megian megian added the enhancement New feature or request label Jan 16, 2024
@megian megian linked an issue Jan 16, 2024 that may be closed by this pull request
@megian megian force-pushed the remove-UseContainerSupport branch from 84fb0d5 to ff9bdd4 Compare January 16, 2024 11:59
@megian
Copy link
Contributor Author

megian commented Jan 16, 2024

Memory footprint before:

Total memory
    247 MB
Free memory
    191 MB
Used memory
    56 MB

@megian megian changed the title Remove use container support Remove UseContainerSupport from JAVA_OPS Jan 16, 2024
@megian
Copy link
Contributor Author

megian commented Jan 16, 2024

Memory footprint after:

Total memory
    247 MB
Free memory
    199 MB
Used memory
    47 MB

@megian megian merged commit 5bc0721 into master Jan 16, 2024
12 checks passed
@megian megian deleted the remove-UseContainerSupport branch January 16, 2024 12:21
@megian megian mentioned this pull request Jan 25, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove UseContainerSupport parameter
1 participant