Changes between Initial Version and Version 1 of Ticket #7358, comment 7
- Timestamp:
- Aug 3, 2022, 5:44:23 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7358, comment 7
initial v1 27 27 time ~/mmseqs/bin/mmseqs createindex alphafold214MDB tmp --split-memory-limit 32G --compressed 1 28 28 }}} 29 30 This mmseqs2 bug report discussed high memory use for mmseqs search despite splitting the index. It describes mmap() failures. But apparently that problem is that SGE only allows limiting vmem instead of real memory (Dec 2020) and mmseqs still uses large vmem, but supposedly lower real memory. 31 32 https://github.com/soedinglab/MMseqs2/issues/338