revisiting viewing large czi slides in Omero
Posted: Wed Mar 22, 2017 9:44 pm
So i previously had some issues opening very large (2gb+) files. It would only show a placeholder icon for the thumbnail, and the viewer would take forever to open the image (and ultimately hang).
After some time has passed, i've been revisiting this problem. This time I'm using the 5.2.1 virtual appliance, and running on a pretty powerful desktop machine.
I've alotted 8 cores/16 threads to the VM, as well as 50gb of RAM.
I've changed the JVM settings to the following:
I've uploaded my logfiles to the QA upload if that helps. (ticket 17655)
thanks very much in advance.
After some time has passed, i've been revisiting this problem. This time I'm using the 5.2.1 virtual appliance, and running on a pretty powerful desktop machine.
I've alotted 8 cores/16 threads to the VM, as well as 50gb of RAM.
I've changed the JVM settings to the following:
- Code: Select all
blitz=-Xmx5000m -XX:MaxPermSize=3g -XX:+IgnoreUnrecognizedVMOptions # Settings({'max_system_memory': '50000', 'system_memory': '50000', 'percent': '10', 'perm_gen': '3g', 'strategy': 'percent'})
indexer=-Xmx5000m -XX:MaxPermSize=3g -XX:+IgnoreUnrecognizedVMOptions # Settings({'max_system_memory': '50000', 'system_memory': '50000', 'percent': '10', 'perm_gen': '3g', 'strategy': 'percent'})
pixeldata=-Xmx30000m -XX:MaxPermSize=3g -XX:+IgnoreUnrecognizedVMOptions # Settings({'max_system_memory': '50000', 'system_memory': '50000', 'percent': '60', 'perm_gen': '3g', 'strategy': 'percent'})
repository=-Xmx5000m -XX:MaxPermSize=3g -XX:+IgnoreUnrecognizedVMOptions # Settings({'max_system_memory': '50000', 'system_memory': '50000', 'percent': '10', 'perm_gen': '3g', 'strategy': 'percent'})
I've uploaded my logfiles to the QA upload if that helps. (ticket 17655)
thanks very much in advance.