Are there recommendations for running multiple, parallel MMSeqs instances accessing the same database?
I am currently experiencing an issue where running a single instance of an analysis takes about 20 minutes, but if I set e.g. ~5 instances of the analysis going, they seem to struggle to read the input database and a search that would normally take 5 minutes seems to take >1 hour.
Do I need to load the database into memory with --db-load-mode?
Are there recommendations for running multiple, parallel MMSeqs instances accessing the same database?
I am currently experiencing an issue where running a single instance of an analysis takes about 20 minutes, but if I set e.g. ~5 instances of the analysis going, they seem to struggle to read the input database and a search that would normally take 5 minutes seems to take >1 hour.
Do I need to load the database into memory with
--db-load-mode?