UoA-eResearch / SPOC-Rongowai-L1

Translation of the Matlab L1 files into Python
MIT License
0 stars 1 forks source link

Slight memory leak processing multiple files #17

Open mike-ivs opened 10 months ago

mike-ivs commented 10 months ago

It looks like there is a slight memory leak when processing more than one L0 file.

Looks to accumulate ~0.5GB of RAM per hour, so ~100-150MB per file.

Unsure what is causing it yet. Processing automation is robust enough to handle the silent seg fault and just start again.

mike-ivs commented 10 months ago

related to bad L0 files not flushing?