Kitware / itk-vtk-viewer

2D / 3D web image, mesh, and point set viewer using itk-wasm and vtk.js
https://kitware.github.io/itk-vtk-viewer/
BSD 3-Clause "New" or "Revised" License
209 stars 63 forks source link

Checkerboard Compare Memory Error #674

Closed PaulHax closed 1 year ago

PaulHax commented 1 year ago

When trying to checkerboard compare with this data

http://localhost:8082/?rotate=false&image=https://aind-open-data.s3.us-west-2.amazonaws.com/SmartSPIM_000393_2023-01-06_13-35-10_stitched_2023-02-02_22-28-35/processed/OMEZarr/Ex_445_Em_469.zarr&fixedImage=https://aind-open-data.s3.us-west-2.amazonaws.com/SmartSPIM_000393_2023-01-06_13-35-10_stitched_2023-02-02_22-28-35/processed/OMEZarr/Ex_445_Em_469.zarr&compare=checkerboard

There is a memory allocation error: Cannot enlarge memory, asked to go up to 2305880064 bytes, but the limit is 2147483648 bytes!

image

PaulHax commented 1 year ago

Questions

  1. Where is memory accumulating. Is there a memory leak?
  2. Is this total tab memory or WASM memory
  3. Can we clear memory in Javascript to updateRenderedImage work on second attempt.
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 14.38.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: