deis / logger

In-memory log buffer used by Deis Workflow.
https://deis.com
MIT License
18 stars 15 forks source link

Logger memory leak #104

Closed slack closed 7 years ago

slack commented 8 years ago

Looks like logger may be leaking a couple MiB/hr

2016-08-25 at 09 46

rimusz commented 8 years ago

yes, I'm seeing the same, also logger time by time uses a lot of cpu too

jchauncey commented 8 years ago

I think this is related to - https://github.com/deis/logger/issues/102

jchauncey commented 8 years ago

So there were issues in the memory graphs for certain components that I have PR'd. Here is what my graph shows for the last 12 hours -

screen shot 2016-08-25 at 12 51 54 pm
jchauncey commented 8 years ago

added pprof in #108 to help debug this

mboersma commented 7 years ago

We think this is fixed by #113--let's verify that once it merges.