How to pass JVM options to KafkaConnect with the exact order? #9475
Closed
mikekamornikov
started this conversation in
General
Replies: 3 comments 1 reply
-
It's the same one - #3418 |
Beta Was this translation helpful? Give feedback.
0 replies
-
BTW, I've found the following:
Probably this property could contain more |
Beta Was this translation helpful? Give feedback.
1 reply
-
So far it looks like the following works fine: jvmOptions:
-Xmx: 1000M
resources:
limits:
memory: 1600Mi
requests:
cpu: 100m
memory: 1200Mi
template:
connectContainer:
env:
- name: KAFKA_JVM_PERFORMANCE_OPTS
value: "-XX:+ExitOnOutOfMemoryError -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=30 -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:+ShenandoahUncommit -XX:ShenandoahGCHeuristics=compact"
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following config after being applied
results into
The pod crashes with
Is there any ENV I can use to pass OPTS string as a whole?
Beta Was this translation helpful? Give feedback.
All reactions