Skip to content

Commit

Permalink
Got quite repeatable OOMKilled on pzoo pods, so I figured it must be...
Browse files Browse the repository at this point in the history
in metrics becuase nither zoo nor kafka has limits
  • Loading branch information
solsson committed Jun 27, 2017
1 parent 1a8f2d9 commit 1344238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
memory: 40Mi
limits:
cpu: 10m
memory: 40Mi
memory: 80Mi
- name: broker
image: solsson/kafka:0.11.0.0-rc2@sha256:c1316e0131f4ec83bc645ca2141e4fda94e0d28f4fb5f836e15e37a5e054bdf1
env:
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
memory: 40Mi
limits:
cpu: 10m
memory: 40Mi
memory: 80Mi
- name: zookeeper
image: solsson/kafka:0.11.0.0-rc2@sha256:c1316e0131f4ec83bc645ca2141e4fda94e0d28f4fb5f836e15e37a5e054bdf1
env:
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
memory: 40Mi
limits:
cpu: 10m
memory: 40Mi
memory: 80Mi
- name: zookeeper
image: solsson/kafka:0.11.0.0-rc2@sha256:c1316e0131f4ec83bc645ca2141e4fda94e0d28f4fb5f836e15e37a5e054bdf1
env:
Expand Down

0 comments on commit 1344238

Please sign in to comment.