nanoporetech/pod5-file-format

Guppy v6.5.7 with pod5 uses tons of memory vs fast5

Closed this issue · 3 comments

I converted fast5s to a ~900 GB single pod5 file (v0.2). When basecalling, it is taking up a ton of memory:

image

This doesn't happen when I call from fast5s. Is this normal?

Hi @billytcl,

This is due to how pod5 uses virtual memory, it's to do with how data is cached in case its needed again.

Does the basecall run ignoring the high memory use?

We will look at changing config to avoid this memory usage.

Thanks,

  • George

Hi @billytcl,

It's OS managed, so will be released once another process needs the memory. It should be harmless, but I agree it can look worrying.

  • George