jwarren wrote:So before I start monitoring and fine tuning- what is the recommended memory for an omero installation? I'm guessing 8G for the whole machine is too little still? I guess this maybe like saying "how long is a piece of string"
omero.jvmcfg.percent.blitz=50
omero.jvmcfg.percent.indexer=20
omero.jvmcfg.percent.pixeldata=20
omero.jvmcfg.system_memory=17000
jwarren wrote: what do people generally end up using? We will have hundreds of thousands of 2D images and soon we will also have large 3D image sets as well in this mix.
jwarren wrote:most of them are my upload_to_omero2 python script which seems to be running 658 processes - this seems a bit excessive? Is there a way to limit these processes started? As I understand it the script relies on omero to hand me back a session and not start up new ones (script previously posted on this thread)
jwarren wrote:solved this easily in the end by sitting down and looking at what was going on.
Global CLI and connection variables used for all the uploads using the same session fixed it.
My suggestion for documentation would be a clear simple python example of how to upload images as one user? Then maybe a more complicated one with multiple users that you have? This also should be more prominent in the docs as we had some collaborators who claimed the reason they didn't use omero is because they couldn't work out how to load images into it.
As Im now uploading 78,000 images I would like to turn off the output from the upload process to be one line per file at the moment it looks like this:
<root level="error">
<appender-ref ref="stderr"/>
</root>
How do i get rid of the UpgradeCheck connection error? I tried setting it to empty on the server but that didn't work?
bin/omero config set omero.upgrades.url
<logger name="ome.system.UpgradeCheck" level="OFF" additivity="false"/>
Return to Installation and Deployment
Users browsing this forum: No registered users and 1 guest