Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9165 from jcantrill/1590920
 bug 1590920. Bump fluent default memory to 756M
  • Loading branch information
openshift-merge-robot committed Jul 13, 2018
2 parents 3b5c958 + 3430907 commit 3f3c674
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 3f3c674

Please sign in to comment.