Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1494416

Summary: The logging_mux_memory_limit is different with the default value
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: DocumentationAssignee: Petr Kovar <pkovar>
Status: CLOSED CURRENTRELEASE QA Contact: Vikram Goyal <vigoyal>
Severity: medium Docs Contact: Petr Kovar <pkovar>
Priority: unspecified    
Version: 3.6.1CC: aos-bugs, bburt, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-08-10 15:03:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Anping Li 2017-09-22 08:39:03 UTC
Document URL: 
https://docs.openshift.com/container-platform/3.6/install_config/aggregate_logging.html#aggregated-fluentd

Section Number and Name: 
Reducing the Number of Connections from Fluentd to the API Server 

tables:
   openshift_logging_mux_memory_limit | 1Gi

Describe the issue: 

According to test [1], the default is 2Gi. 


Suggestions for improvement: 

tables:
   openshift_logging_mux_memory_limit | 2Gi




Additional information: 



[1]   Test Result:
        image: registry.test.com/test6/logging-fluentd:v3.6.0.6
        imagePullPolicy: Always
        name: mux
        ports:
        - containerPort: 24284
          name: mux-forward
          protocol: TCP
        resources:
          limits:
            cpu: 500m
            memory: 2Gi
          requests:
            memory: 2Gi