What is the log groomer sidecar, what does it do, and why does it use so much memory? #39166
Replies: 3 comments
-
|
Can't answer on memory consumption, but the sidecar cleans up the *.log files in airflow every now and then |
Beta Was this translation helpful? Give feedback.
-
|
Not sure if this reply 100% of your question but I was taking a look at the helm params reference
Checking this script https://airflow.apache.org/docs/helm-chart/1.8.0/parameters-ref.html |
Beta Was this translation helpful? Give feedback.
-
|
Likely the "memory" you mention is memory-mapped file memory not the RSS memory, If you do have some evidences this is an actual memory leak open an issue with all details (including type oif memory and the way it grows from your monitoring). |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the basic question, but, I can't seem to find any docs that talk about what the log groomer, neither in the official documentation, nor here on this GitHub repo. Are there any docs for this component currently?
Beta Was this translation helpful? Give feedback.
All reactions