You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this plugin in an openseadragon based project for capturing pathology files in.ndpi.svs and other formats, but when viewing, especially after multiple zoomings, the memory usage was high, up to 16GB (my computer only had 16GB of memory left) and the page crashed. Now I want to optimize this memory usage problem, could you please give me some suggestions? Thank you very much
The text was updated successfully, but these errors were encountered:
Can you share the version of the plugin that you're currently using? A potential leak was addressed as part of #5 (6dfa997)
If your version is lower than the change from the above PR, you can try installing the package through npm, or use the latest bundled build. If you're using the current version, we might have a new memory leak to investigate.
Thank you for your reply. Here is the version of my plugin, which I use following the guidance in the official documentation. The file is an approximately 188MB .ndpi format file. Not only in my own project, but even the official demo on our computers experiences high memory usage issues. Therefore, I would like to know if there are ways to reduce memory usage, such as certain release strategies that might help unload and free up regions of the image that are reloaded frequently.
I used this plugin in an openseadragon based project for capturing pathology files in.ndpi.svs and other formats, but when viewing, especially after multiple zoomings, the memory usage was high, up to 16GB (my computer only had 16GB of memory left) and the page crashed. Now I want to optimize this memory usage problem, could you please give me some suggestions? Thank you very much
The text was updated successfully, but these errors were encountered: