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

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

Open
adamcanray opened this issue Apr 22, 2024 · 1 comment
Labels
question Further information is requested
Milestone

Comments

@adamcanray
Copy link

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.

@ivmartel ivmartel added the question Further information is requested label May 2, 2024
@ivmartel ivmartel added this to the 0.34.0 milestone May 2, 2024
@ivmartel
Copy link
Owner

ivmartel commented May 2, 2024

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

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

No branches or pull requests

2 participants