Open alex644715 opened 1 year ago
Can you share some screenshots? you probably should do cache.purgeCache
I used cache.purgeCache too, but it's same.
I also found when try to appied _decacheVolume or purgeCache, the BaseStreamingImageVolume.js is running volume load cancel function, the render cannot work until the cancelling finished.
In the end of this video, memory of browser goes above 2GB
hmmm, can you share a bare minimum repo?
Do you mean DICOM files or something?
May be the repository that can easily reproduce this bug.
@alex644715 I have encountered the same problem as you. Have you resolved it? Can you tell me how it was resolved
Please share your minimal example showing this as a zip file or some code. You need to call the purgeCache
@sedghi This is my minimal example, you can see it in the attach files my-minimal-example.zip
I tried an it is a video instead of code
There is a function in my program that I need to switch between different series in one study. I already applied cache._decacheVolume(volumeId), destroy everything I could. Then I console logged the cache, it showed cache is empty. However I found that the memory of task manager of Chrome wasn't reduced, but still increased. I think it's the memory leak. Do you have any good news for this?