Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bug 1590920. Bump fluent default memory to 756M
  • Loading branch information
jcantrill committed Jul 11, 2018
1 parent 61bc1c2 commit 3430907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/openshift_logging_fluentd/defaults/main.yml
Expand Up @@ -9,7 +9,7 @@ openshift_logging_fluentd_namespace: openshift-logging
openshift_logging_fluentd_nodeselector: "{{ openshift_hosted_logging_fluentd_nodeselector_label | default('logging-infra-fluentd=true') | map_from_pairs }}"
openshift_logging_fluentd_cpu_limit: null
openshift_logging_fluentd_cpu_request: 100m
openshift_logging_fluentd_memory_limit: 512Mi
openshift_logging_fluentd_memory_limit: 756Mi
openshift_logging_fluentd_hosts: ['--all']

# float time in seconds to wait between node labelling
Expand Down

0 comments on commit 3430907

Please sign in to comment.