ivmartel/dwv

Unable to scroll when loading .zip with 1.02GB of size via loadUrls (Cannot allocate array of size: 3458457600 (>2^31))

Opened this issue · 1 comments

the loadprogress is seems complete, but the console says:
Screenshot 2024-04-22 at 11 56 57

the .zip file is containing multiple .dcm files of one patient (3464 .dcm files in total), theres seq and ser on .dcm file name (i believe its sequence and series), like this:
Screenshot 2024-04-22 at 12 17 42

thanks.

It's been some time I did not check large data handling. I'm not sure what the browsers' limits are these days. If your data is a sequence, what you can do is load each item separately.

Relates to #654