When updating our OMERO from version 5.0.2 to 5.0.5, I realized that JVM options previously configured in OMERO_HOME/etc/grid/templates.xml apparently have been integrated now into the general config file since I can no longer see them in "templates.xml"
E.g., for the BlitzTemplate, we had altered:
- Xmx2048M
- MaxPermSize=256M
I now put those into the general config file as:
- omero.jvmcfg.heap_size=2g
- omero.jvmcfg.perm_gen=256M
Is this correct? Are they now configured generally and no longer per server-template?
Additionally, in 5.0.2 we had increased "Xmx1024M" in the PixelDataTemplate server-options to allow for larger file uploads. Is this obsolete now? Or where should I put it instead?
Thanks a lot, regards,
-Rainer