Skip to content

Commit

Permalink
On start the metrics pod gesses that it has ~45%
Browse files Browse the repository at this point in the history
of the memory limit as "Max. Heap Size (Estimated)"

Reducing limits as experiment for #112.
  • Loading branch information
solsson committed Jan 19, 2018
1 parent eaf9ebd commit 66255af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jmx/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ spec:
resources:
requests:
cpu: 0m
memory: 100Mi
memory: 60Mi
limits:
memory: 150Mi
memory: 120Mi
volumeMounts:
- name: jmx-config
mountPath: /etc/jmx-kafka
Expand Down

0 comments on commit 66255af

Please sign in to comment.