mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.87k stars 579 forks source link

Memory leak problem due to recursion in serialize_object #1340

Open parichay9 opened 1 year ago

parichay9 commented 1 year ago

The version of zeep is 4.1.0 Due to the internal implementation of serialize_object for extarcting very long object for long time i am facing memory leak problem and getting error. Task exited with return code Negsignal.SIGKILL..

hashiqi-233 commented 1 year ago

I have the same problem. When I send data, the memory increases. Have you solved it