Skip to content

Commit f1e6e96

Browse files
committed
With 120M you get OOMKilled even on brokers with modest metrics volumes
This reverts commit 66255af.
1 parent e05b790 commit f1e6e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prometheus/50-kafka-jmx-exporter-patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ spec:
3535
resources:
3636
requests:
3737
cpu: 0m
38-
memory: 60Mi
38+
memory: 100Mi
3939
limits:
40-
memory: 120Mi
40+
memory: 150Mi
4141
volumeMounts:
4242
- name: jmx-config
4343
mountPath: /etc/jmx-kafka

0 commit comments

Comments
 (0)