There's some java.lang.OutOfMemoryError errors in Blitz-0.log on the 2013-09-06, which might explain the slowdown. Have you tried increasing the OMERO Java heap size? If not open up OMERO_SERVER/etc/grid/templates.xml, look for the
- Code: Select all
<server-template id="BlitzTemplate">
- Code: Select all
<option>-Xmx512M</option>
Simon