Browse Source

Merge pull request #9165 from jcantrill/1590920

 bug 1590920. Bump fluent default memory to 756M
OpenShift Merge Robot 6 years ago
parent
commit
3f3c6743cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_logging_fluentd/defaults/main.yml

+ 1 - 1
roles/openshift_logging_fluentd/defaults/main.yml

@@ -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