Skip to content

Commit

Permalink
Had 10 OOMKilled/hour with 100Mi so let's increase request,
Browse files Browse the repository at this point in the history
and with 150Mi limit I got zero restarts in 48 hours.
  • Loading branch information
solsson committed Aug 7, 2017
1 parent 2cae3e4 commit d7784d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ spec:
resources:
requests:
cpu: 0m
memory: 40Mi
limits:
memory: 100Mi
limits:
memory: 150Mi
volumes:
- name: config
configMap:
Expand Down
4 changes: 2 additions & 2 deletions zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ spec:
resources:
requests:
cpu: 0m
memory: 40Mi
limits:
memory: 100Mi
limits:
memory: 150Mi
volumes:
- name: config
configMap:
Expand Down
4 changes: 2 additions & 2 deletions zookeeper/51zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ spec:
resources:
requests:
cpu: 0m
memory: 40Mi
limits:
memory: 100Mi
limits:
memory: 150Mi
volumes:
- name: config
configMap:
Expand Down

0 comments on commit d7784d0

Please sign in to comment.