cornerstone icon indicating copy to clipboard operation
cornerstone copied to clipboard

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

Open pablovegaimexhs opened this issue 4 years ago • 2 comments

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

pablovegaimexhs avatar Jan 25 '21 21:01 pablovegaimexhs

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.

santhoshkumarer avatar Mar 23 '21 16:03 santhoshkumarer

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.

snapey avatar Aug 12 '22 08:08 snapey