OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.1k stars 3.28k forks source link

[Bug]: Error: CACHE_SIZE_EXCEEDED in loading CT with even more 1500 slices in viewer v3-stable. #3453

Closed muddasar-de closed 11 months ago

muddasar-de commented 1 year ago

Describe the Bug

Error: CACHE_SIZE_EXCEEDED on loading CT in 2d MPR. Test CT-slices: 1500

Steps to Reproduce

#

The current behavior

#

The expected behavior

#

OS

Windows 10

Node version

16.14.0

Browser

Chrome

ranasrule commented 1 year ago

confirmed.

This bug has been around forever

muddasar-de commented 1 year ago

confirmed.

This bug has been around forever

Is there any solution regarding this ?

ranasrule commented 1 year ago

confirmed. This bug has been around forever

Is there any solution regarding this ?

not that I'm aware of.

sedghi commented 1 year ago

Hey, you can try to increase the cache size in cornerstone, in the cache.setMax... in the init file. If that didn't work, then your GPU has memory limitations. Theoretically we can use the 16 bit textures to reduce the memory footprint but that does not have full hardward support everywhere. Overall, this is something that gets fixed when webGPU gets adopted more

muddasar-de commented 1 year ago

On Thu, 22 Jun 2023 at 9:17 PM, Alireza @.***> wrote:

Hey, you can try to increase the cache size in cornerstone, in the cache.setMax... in the init file. If that didn't work, then your GPU has memory limitations. Theoretically we can use the 16 bit textures to reduce the memory footprint but that does not have full hardward support everywhere. Overall, this is something that gets fixed when webGPU gets adopted more

— Reply to this email directly, view it on GitHub https://github.com/OHIF/Viewers/issues/3453#issuecomment-1602958968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR5IQNV3W5W22FMWSJKMDQDXMRVZXANCNFSM6AAAAAAY5P4V2M . You are receiving this because you authored the thread.Message ID: @.***>

Thanks for the guidance. Will try and update the results.

sedghi commented 11 months ago

Please re-open if still an issue