msel-source / pymef

Python wrapper for MEF library
Other
5 stars 3 forks source link

Memory leaks for data writing #41

Open xmival00 opened 6 months ago

xmival00 commented 6 months ago

Problem Description

Memory leaks for data writing. Probably not freed space for data writing.

What steps reproduce the problem?

Writing multiple files in a loop of a single session gradually increases memory, even though everything was released in python. Multiprocessing implementation faces the same issues with accelerated rate. Tested that memory leaks are the domain of data writing and nod reading.

Pymef version and platform

Ubuntu 22.04 Python 3.11 pymef 1.4.3