View in #ohif on Slack
@John_Mark_Enriquez: Hi, I’ve encounter this error,… any inputs will be appreciated… thanks
Zip file size is - 1.7 gb
2.1mb x 1400 dcm files
@Adrien: that looks like an “out of memory” error. cornerstone tries to allocate an array that’ll hold the pixel data for all the files, and that probably fails because the array would be too large to fit in memory.
@John_Mark_Enriquez: Unzipped files size is 3.5 gb
@Adrien: yeah and maybe the pixel data is compressed → the raw pixel data would be even larger
@John_Mark_Enriquez: Maybe because it is large, right?
@Adrien: exactly: even assuming the pixel data in your files isn’t compressed, it’s still a bit over 3GB of pixel data. Cornerstone needs to load that data in memory to display it. When it requests 3GB of memory, the browser says “sorry, no, too much” and you get that error.