Open sneumann opened 4 years ago
Ok, works for a single file, trying on a different machine now. Will report back. Steffen
Hi, just coming back to this, in a different study we have a whopping 100*10GB=1TB of mzML, so memory efficiency is coming back as important issue, even on a machine with 256GB RAM. Processing a single Iteration over files happens here: https://github.com/ISA-tools/mzml2isa/blob/a946af32ce632438adf2ddf6d077847d909352e6/mzml2isa/parsing.py#L129 so I am wondering if somewhere objects are not freed. Not a python expert, so I wouldn't know how release and garbage collection works. Yours, Steffen
Hi, I have a set of ~90 mzML files totalling ~40GB from an Orbitrap Elite converted via
msconvert 3.0.11110
. If I run mzml2isa on them, the process memory according totop
goes to0.015TB(!)
before eventually being OOM-killed. This is onmzml2isa 1.0.3
I have only started to debug, will report back.If there are any known memory caveats I'd be happy about a brief hint. Yours, Steffen