Skip to content

Commit 66255af

Browse files
committed
On start the metrics pod gesses that it has ~45%
of the memory limit as "Max. Heap Size (Estimated)" Reducing limits as experiment for #112.
1 parent eaf9ebd commit 66255af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmx/50kafka.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: 100Mi
38+
memory: 60Mi
3939
limits:
40-
memory: 150Mi
40+
memory: 120Mi
4141
volumeMounts:
4242
- name: jmx-config
4343
mountPath: /etc/jmx-kafka

0 commit comments

Comments
 (0)