OOMKilled Brokers since Java17 Update #8241
Answered
by
scholzj
siegenthalerroger
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Mar 16, 2023
Replies: 1 comment 2 replies
-
Is the container killed by the OOM killer? I think in that case, maybe you should tune the resources of the container / Java memory settings as that suggests that Java tries to consume more memory than it should. You can also use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
siegenthalerroger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the container killed by the OOM killer? I think in that case, maybe you should tune the resources of the container / Java memory settings as that suggests that Java tries to consume more memory than it should. You can also use the
jvmOptions
section to tune the various JVM settings if you want.