Keycloak DevServices Container Getting Killed #46457
Answered
by
sberyozkin
InfoSec812
asked this question in
Q&A
-
I have a project using Postgres/Mailpit/Keycloak DevServices containers (via TestContainers and Podman). On my MacBook, everything works fine. On my Linux machine (14core/20thread 64GB RAM) the Keycloak container is "killed" every time with the following log output:
I have tried all sorts of things trying to determine why it's happening:
I even updated to the latest Quarkus 3.18.4 (from 3.18.1) with no improvement. Does anyone have any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
sberyozkin
Feb 24, 2025
Replies: 1 comment 3 replies
-
/cc @geoand (devservices), @pedroigor (keycloak), @sberyozkin (keycloak) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@InfoSec812 It is only a guess but it might be caused by OOM due to the Keycloak container requiring more memory than is allowed by the containerMemoryLimit.
Setting it to a larger value might help