Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to deal with memory issues reading HCS plates #1158

Open
tischi opened this issue Jun 18, 2024 · 4 comments
Open

How to deal with memory issues reading HCS plates #1158

tischi opened this issue Jun 18, 2024 · 4 comments

Comments

@tischi
Copy link
Contributor

tischi commented Jun 18, 2024

@ThomasMicroscopy

Also, how to deal with memory issues. A plate dataset can be quite large, more than RAM. For example, a 384 well plate, with 3x3 sites, and 3 wavelengths, is already >10'000 pictures. Not sure which dataset it was, but when I was moving around, zooming in and out on wells, eventually I got numerous
"Exception in thread "Fetcher - X" [X a number] java.lang.OurOfMemoryError: Java heap space.
It slowed down a lot, but I was still able to quit the program regularly.
Any tips how to deal with this?

@tischi
Copy link
Contributor Author

tischi commented Jun 18, 2024

I see two possibilities:

  1. I could work on implementing a lazy resolution pyramid in MoBIE
  2. The user, e.g. @ThomasMicroscopy, could convert their HCS data to a resolution pyramid OME-Zarr HCS using this converter tool

@tischi
Copy link
Contributor Author

tischi commented Jun 18, 2024

And, of course:

  1. In Fiji: Edit › Options › Memory & Threads... and enter the highest number there that your computer supports.

@ThomasMicroscopy
Copy link

ThomasMicroscopy commented Jun 18, 2024

Thank you for the tips. Solution 1: Lots of work for you. Solution 2: if really needed, user can convert data.
Solution 3: Be aware of the limitation, don't zoom in and out wildly all over the plate.... ;-)

@ThomasMicroscopy
Copy link

yes, I will check the memory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants