wjddn279 commented on issue #56641: URL: https://github.com/apache/airflow/issues/56641#issuecomment-3418500826
@zachliu Sorry for the late reply. I directly modified the code and inserted `memray.Tracker` into it to perform memory tracing. Please refer to the related https://github.com/apache/airflow/pull/56821. In the PR, I implemented it as a decorator, but you can also insert the `with` statement directly at the location you want to track. Please let me know if you run into any issues. @potiuk @kaxil I’ve also tried implementing an idea for using Memray in https://github.com/apache/airflow/pull/56821 — I’d be very happy if you could take a look at it. -- 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]
