tfagan25 commented on issue #58509:
URL: https://github.com/apache/airflow/issues/58509#issuecomment-3607482394
After letting this run overnight with the following value updates:
`securityContexts:
pod:
runAsUser: 0
runAsGroup: 0
fsGroup: 0
runAsNonRoot: false
containers:
runAsUser: 0
runAsGroup: 0
runAsNonRoot: false`
I am happy to say that this indeed solved the memory leak issue for all of
the affected components!
(Left is with default setting, right is with the above settings)
All components:
<img width="1386" height="245" alt="Image"
src="https://github.com/user-attachments/assets/a2988755-53d1-43b6-9e82-0ae69fbc379c"
/>
Just the scheduler to make it more evident:
<img width="1392" height="372" alt="Image"
src="https://github.com/user-attachments/assets/c06aabf1-6421-481e-92c2-14eff61fa5c8"
/>
Thank you @potiuk, will be watching for the release that includes the
changes mentioned. Thanks to everyone else as well for their contributions here!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]