cornerstonejs / cornerstone

JavaScript library to display interactive medical images including but not limited to DICOM
https://docs.cornerstonejs.org/
MIT License
2.06k stars 598 forks source link

How to handle WADO instances when the size is very large and it takes time to download and then load using WADO image loader? #503

Open pablovegaimexhs opened 3 years ago

pablovegaimexhs commented 3 years ago

I'm working with cornerstone and I'm having trouble with big size instances. Because the load process is taking a lot of time. Right now I am getting the following error in Chrome: Error code: SBOX_FATAL_MEMORY_EXCEEDED

santhoshkumarer commented 3 years ago

Could you please try it below setting in wado server end...

"Easy fix is to set the MaxRequestsPerChild setting in the http default conf file in extra to a number between 200000 and 1000000"

https://stackoverflow.com/questions/32152830/apache-memory-leak#:~:text=Easy%20fix%20is%20to%20set,enough%20to%20crash%20the%20server.

snapey commented 2 years ago

I have some users reporting the same browser "Aw Snap" SBOX_FATAL_MEMORY_EXCEEDED. I have a page with up to 5 dicom images that are loaded from the server.