tomviz icon indicating copy to clipboard operation
tomviz copied to clipboard

Perform memory check on files before loading them in

Open psavery opened this issue 1 year ago • 0 comments

This adds the initial logic for performing a memory check.

We will estimate the amount of memory loading a file will take (the estimation may be different for each file type), compare that to the available system memory, and present a warning to the user if we may end up using too much memory.

This still needs some work, and we definitely want to make sure it is cross-platform.

We may also want a way to disable this check, in case some users receive the warning often and don't want to see it.

psavery avatar Apr 11 '23 17:04 psavery