Hi,
I would like to correctly adjust the performances on a dedicated OMERO server on Centos 6.5 with 32 Go. I read the documentation (http://www.openmicroscopy.org/site/supp ... mance.html). However, some points are not clear for me. The default configuration givet 3 blitz process :
Domero.name=Blitz-0 -Xmx5042m, XX:MaxPermSize=1g
Domero.name=Indexer-0 -Xmx3361m, -XX:MaxPermSize=1g
Domero.name=PixelData-0 -Xmx5042m, -XX:MaxPermSize=1g
Should I allocate the total memory to the server :
bin/omero config set omero.jvmcfg.system_memory 32000
And set the maximum system memory seen by an OMERO to 32 Go
bin/omero config set omero.jvmcfg.max_system_memory 32000
Or I should reserve some space for the system.
Thanks
Philippe