Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Memory usage growing constantly #121

Closed
tavisma opened this issue Mar 13, 2019 · 0 comments · Fixed by #125
Closed

Memory usage growing constantly #121

tavisma opened this issue Mar 13, 2019 · 0 comments · Fixed by #125

Comments

@tavisma
Copy link

tavisma commented Mar 13, 2019

We noticed crazy high memory usage on our fluentd-sumologic pods (it would eat memory until host OOM)
This is using v2.3.0

Our log volume is relatively small (couple gB a day)

Memory resource limits didn't seem to help
Adding the following ENV to the pod spec resolved the issue for us, thought it was worth reporting here for posterity

        # Stop RUBY from growing memory usage constantly
        - name: RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR
          value: "0.9"
granular-ryanbonham added a commit to granular-ryanbonham/fluentd-kubernetes-sumologic that referenced this issue Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant