I am using *Beam Python SDK *to run my app in production. The app is
running machine learning models. I am noticing some memory leak which
eventually kills the application. I am not sure the source of memory leak.
Currently, I am using object graph
<https://mg.pov.lt/objgraph/#memory-leak-example> to dump the memory stats.
I hope I will get some useful information out of this. I have also looked
into Guppy library <https://pypi.org/project/guppy/> and they are almost
the same.

Do you guys have any recommendation for debugging this issue? Do we have
any tooling in the SDK that can help to debug it?
Please feel free to share your experience if you have debugged similar
issues in past.

Thank you,
Rakesh

Reply via email to