Skip to content

Memory usage #17

@fjorka

Description

@fjorka
  • nd2 version: 0.1.4
  • Python version: 3.7.10
  • Operating System: Windows10

Description

I try to load selected parts of nd2 files but too much memory is allocated for the objects that need to be computed. As a consequence, it fails to load objects that are bigger than ~4 times available memory.

What I Did

Test on a time lapse experiment:
nd2_ram

Test on a single time point big image:

nd2_single_frame

In the second example the memory allocation is correct when it has to compute the whole file.

It may be related to the problem of calculating object size incorrectly as shown here:

nd2_measure_size

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions