Skip to content

Commit

Permalink
Set the memory limit to 200MB
Browse files Browse the repository at this point in the history
Two reasons why this is OK:
- We have improved memory usage: GoogleCloudPlatform/google-fluentd#197
- This seems to be right for workloads that heavily use the page cache, but don't necessarily benefit from it: kubernetes/kubernetes#43916 (comment)
  • Loading branch information
jkohen committed Aug 20, 2019
1 parent 0fe50e1 commit c501ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
resources:
limits:
cpu: "1"
memory: 500Mi
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
Expand Down

0 comments on commit c501ac2

Please sign in to comment.